Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h148 #define FNOCACHE 0x00040000 /* fcntl(F_NOCACHE, 1) */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c1081 if ((fflag & FNOCACHE) || vnode_isnocache(vp)) { in vn_read_common()
1265 if ((fp->fp_glob->fg_flag & FNOCACHE) || vnode_isnocache(vp)) { in vn_write()
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3502 os_atomic_or(&fp->fp_glob->fg_flag, FNOCACHE, relaxed); in sys_fcntl_nocancel()
3504 os_atomic_andnot(&fp->fp_glob->fg_flag, FNOCACHE, relaxed); in sys_fcntl_nocancel()