Home
last modified time | relevance | path

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

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