Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Dfilelock.h25 { FL_LEASE, "FL_LEASE" }, \
/Linux-v5.15/fs/
Dlocks.c179 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
624 fl->fl_flags = FL_LEASE; in lease_init()
1471 if ((breaker->fl_flags & FL_DELEG) && (lease->fl_flags & FL_LEASE)) { in leases_conflict()
/Linux-v5.15/fs/nfsd/
Dfilecache.c591 if (fl->fl_flags & FL_LEASE) in nfsd_file_lease_notifier_call()
/Linux-v5.15/include/linux/
Dfs.h1038 #define FL_LEASE 32 /* lease held on this file */ macro
2633 return __break_lease(inode, mode, FL_LEASE); in break_lease()
/Linux-v5.15/fs/cifs/
Dfile.c1470 if (flock->fl_flags & FL_LEASE) in cifs_read_flock()
1474 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()