Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/ !
H A Dfile_leases.c126 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.101.15/bsd/sys/ !
H A Dfcntl.h417 #define F_GETLEASE 107 /* Retrieve lease information */ macro
/xnu-10063.101.15/bsd/kern/ !
H A Dkern_descrip.c5072 case F_GETLEASE: { in sys_fcntl_nocancel()