Searched refs:F_GETLEASE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Doplock_linux.c33 #ifndef F_GETLEASE
34 #define F_GETLEASE 1025 macro
201 int state = fcntl(fsp->fd, F_GETLEASE, 0);
263 ret = fcntl(fd, F_GETLEASE, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfcntl.h11 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE+1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfcntl.c363 case F_GETLEASE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure25631 #ifndef F_GETLEASE
25632 #define F_GETLEASE 1025
25636 return fcntl(fd, F_GETLEASE, 0) == -1;
[all...]

Completed in 87 milliseconds