Searched refs:F_GETLEASE (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tests/ |
| H A D | file_leases.c | 127 err = fcntl(fd, F_GETLEASE); 668 err = fcntl(fd, F_GETLEASE); 676 err = fcntl(fd, F_GETLEASE); 684 err = fcntl(fd, F_GETLEASE); 773 err = fcntl(fd, F_GETLEASE); 808 err = fcntl(fd, F_GETLEASE); 835 err = fcntl(fd, F_GETLEASE); 866 err = fcntl(fd, F_GETLEASE); 896 err = fcntl(fd, F_GETLEASE); 908 err = fcntl(fd, F_GETLEASE); [all …]
|
| /xnu-11215/bsd/sys/ |
| H A D | fcntl.h | 420 #define F_GETLEASE 107 /* Retrieve lease information */ macro
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_descrip.c | 5110 case F_GETLEASE: { in sys_fcntl_nocancel()
|