Searched refs:F_GETLEASE (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.121.3/tests/ |
| H A D | file_leases.c | 126 err = fcntl(fd, F_GETLEASE); 667 err = fcntl(fd, F_GETLEASE); 675 err = fcntl(fd, F_GETLEASE); 683 err = fcntl(fd, F_GETLEASE); 772 err = fcntl(fd, F_GETLEASE); 807 err = fcntl(fd, F_GETLEASE); 834 err = fcntl(fd, F_GETLEASE); 846 err = fcntl(dup_fd, F_GETLEASE); 854 err = fcntl(dup_fd, F_GETLEASE); 865 err = fcntl(fd, F_GETLEASE); [all …]
|
| /xnu-10063.121.3/bsd/sys/ |
| H A D | fcntl.h | 417 #define F_GETLEASE 107 /* Retrieve lease information */ macro
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | kern_descrip.c | 5072 case F_GETLEASE: { in sys_fcntl_nocancel()
|