Home
last modified time | relevance | path

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

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