Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfilelock.h12 #define FL_LEASE 32 /* lease held on this file */ macro
360 return __break_lease(inode, mode, FL_LEASE); in break_lease()
/linux-6.6.21/include/trace/events/
Dfilelock.h25 { FL_LEASE, "FL_LEASE" }, \
/linux-6.6.21/fs/
Dlocks.c75 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
561 fl->fl_flags = FL_LEASE; in lease_init()
1448 if ((breaker->fl_flags & FL_DELEG) && (lease->fl_flags & FL_LEASE)) { in leases_conflict()
/linux-6.6.21/fs/nfsd/
Dfilecache.c669 if (fl->fl_flags & FL_LEASE) in nfsd_file_lease_notifier_call()
/linux-6.6.21/fs/smb/client/
Dfile.c1677 if (flock->fl_flags & FL_LEASE) in cifs_read_flock()
1681 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()