Home
last modified time | relevance | path

Searched refs:F_ASSERT_BG_ACCESS (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c77 case F_ASSERT_BG_ACCESS: in fcntl()
/xnu-11215.61.5/bsd/sys/
H A Dfcntl.h425 #define F_ASSERT_BG_ACCESS 108 /* Assert background access to a file */ macro
/xnu-11215.61.5/bsd/kern/
H A Dkern_descrip.c5137 case F_ASSERT_BG_ACCESS: in sys_fcntl_nocancel()
5176 if (cmd == F_ASSERT_BG_ACCESS) { in sys_fcntl_nocancel()
5184 error = VNOP_IOCTL(vp, F_ASSERT_BG_ACCESS, (caddr_t)&args, 0, &context); in sys_fcntl_nocancel()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c13116 case F_ASSERT_BG_ACCESS: in fsctl_internal()