Home
last modified time | relevance | path

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

/xnu-8792.61.2/tests/
H A Dfile_leases.c122 err = fcntl(fd, F_SETLEASE, F_RDLCK);
142 err = fcntl(fd, F_SETLEASE, F_RDLCK);
159 err = fcntl(fd, F_SETLEASE, F_WRLCK);
178 err = fcntl(fd, F_SETLEASE, F_RDLCK);
202 err = fcntl(fd, F_SETLEASE, F_UNLCK);
221 err = fcntl(fd, F_SETLEASE, F_WRLCK);
245 err = fcntl(fd, F_SETLEASE, F_RDLCK);
273 err = fcntl(fd, F_SETLEASE, F_SETLEASE_ARG(F_WRLCK, 3));
298 err = fcntl(fd, F_SETLEASE, F_SETLEASE_ARG(F_RDLCK, 2));
323 err = fcntl(fd, F_SETLEASE, F_RDLCK);
[all …]
/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h413 #define F_SETLEASE 106 /* Acquire or release lease */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c4955 case F_SETLEASE: { in sys_fcntl_nocancel()