OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSYNCHRONIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/miscfs/genfs/
genfs_vnops.c
1001
{
VSYNCHRONIZE
, ACL_SYNCHRONIZE },
1105
VREAD_ACL | VWRITE_ACL | VWRITE_OWNER |
VSYNCHRONIZE
)) == 0);
1112
* Ignore
VSYNCHRONIZE
permission.
1114
accmode &= ~
VSYNCHRONIZE
;
/src/sys/sys/
vnode.h
334
#define
VSYNCHRONIZE
000200000000 /* not used */
355
"\32
VSYNCHRONIZE
" \
/src/sys/kern/
vfs_subr.c
1442
* or
VSYNCHRONIZE
using file mode or POSIX.1e ACL.
1444
*accmode &= ~(VSTAT_PERMS |
VSYNCHRONIZE
);
Completed in 16 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026