Searched refs:F_GETLEASE (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/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); 847 err = fcntl(dup_fd, F_GETLEASE); 855 err = fcntl(dup_fd, F_GETLEASE); 866 err = fcntl(fd, F_GETLEASE); [all …]
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | fcntl.h | 378 #define F_GETLEASE 107 /* Retrieve lease information */ macro
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_descrip.c | 5148 case F_GETLEASE: { in sys_fcntl_nocancel()
|