Home
last modified time | relevance | path

Searched refs:FL_LEASE (Results 1 – 5 of 5) sorted by relevance

/linux/include/trace/events/
H A Dfilelock.h25 { FL_LEASE, "FL_LEASE" }, \
/linux/fs/
H A Dlocks.c1562 if ((bc->flc_flags & FL_DELEG) && (lc->flc_flags & FL_LEASE)) { in leases_conflict()
1609 type = FL_LEASE; in __break_lease()
1796 return __fcntl_getlease(filp, FL_LEASE); in fcntl_getlease()
2111 return do_fcntl_add_lease(fd, filp, FL_LEASE, arg); in fcntl_setlease()
2875 } else if (flc->flc_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT)) { in lock_get_status()
/linux/include/linux/
H A Dfilelock.h12 #define FL_LEASE 32 /* lease held on this file */ macro
/linux/fs/nfsd/
H A Dfilecache.c734 if (fl->c.flc_flags & FL_LEASE) in nfsd_file_lease_notifier_call()
/linux/fs/smb/client/
H A Dfile.c2032 if (flock->c.flc_flags & FL_LEASE) in cifs_read_flock()
2036 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()