Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dfile_leases.c123 err = fcntl(fd, F_SETLEASE, F_RDLCK);
143 err = fcntl(fd, F_SETLEASE, F_RDLCK);
160 err = fcntl(fd, F_SETLEASE, F_WRLCK);
179 err = fcntl(fd, F_SETLEASE, F_RDLCK);
203 err = fcntl(fd, F_SETLEASE, F_UNLCK);
222 err = fcntl(fd, F_SETLEASE, F_WRLCK);
246 err = fcntl(fd, F_SETLEASE, F_RDLCK);
274 err = fcntl(fd, F_SETLEASE, F_SETLEASE_ARG(F_WRLCK, 3));
299 err = fcntl(fd, F_SETLEASE, F_SETLEASE_ARG(F_RDLCK, 2));
324 err = fcntl(fd, F_SETLEASE, F_RDLCK);
[all …]
/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h416 #define F_SETLEASE 106 /* Acquire or release lease */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c5035 case F_SETLEASE: { in sys_fcntl_nocancel()