Home
last modified time | relevance | path

Searched refs:PFS_WR (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/procfs/
Dprocfs.c190 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init()
192 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init()
/freebsd-12-stable/sys/fs/pseudofs/
Dpseudofs.h74 #define PFS_WR 0x0002 /* writeable */ macro
75 #define PFS_RDWR (PFS_RD|PFS_WR)
Dpseudofs_vnops.c598 ((mode & FWRITE) && !(mode & PFS_WR))) in pfs_open()
993 if (!(pn->pn_flags & PFS_WR)) in pfs_write()