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

/freebsd-13-stable/sys/fs/procfs/
H A Dprocfs.c186 procfs_attr_w, procfs_candebug, NULL, PFS_WR);
188 procfs_attr_w, procfs_candebug, NULL, PFS_WR);
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs.h74 #define PFS_WR 0x0002 /* writeable */ macro
75 #define PFS_RDWR (PFS_RD|PFS_WR)
H A Dpseudofs_vnops.c616 ((mode & FWRITE) && !(mode & PFS_WR)))
1099 if (!(pn->pn_flags & PFS_WR))

Completed in 51 milliseconds