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

/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c81 {VSYNCHRONIZE, ACL_SYNCHRONIZE},
181 VREAD_ACL | VWRITE_ACL | VWRITE_OWNER | VSYNCHRONIZE)) == 0,
193 * Ignore VSYNCHRONIZE permission.
195 accmode &= ~VSYNCHRONIZE;
H A Dvfs_subr.c4709 * or VSYNCHRONIZE using file mode or POSIX.1e ACL.
4711 *accmode &= ~(VSTAT_PERMS | VSYNCHRONIZE);
/freebsd-9.3-release/sys/sys/
H A Dvnode.h335 #define VSYNCHRONIZE 000200000000 /* not used */ macro

Completed in 93 milliseconds