Searched refs:F_SETLEASE (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/tests/ |
| H A D | file_leases.c | 122 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 D | fcntl.h | 413 #define F_SETLEASE 106 /* Acquire or release lease */ macro
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_descrip.c | 4955 case F_SETLEASE: { in sys_fcntl_nocancel()
|