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

/linux-4.1.27/include/trace/events/
H A Dfilelock.h24 { FL_LEASE, "FL_LEASE" }, \
/linux-4.1.27/fs/
H A Dlocks.c140 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
512 fl->fl_flags = FL_LEASE; lease_init()
1355 if ((breaker->fl_flags & FL_DELEG) && (lease->fl_flags & FL_LEASE)) leases_conflict()
1380 * @type: FL_LEASE: break leases and delegations; FL_DELEG: break
/linux-4.1.27/fs/cifs/
H A Dfile.c1253 if (flock->fl_flags & FL_LEASE) cifs_read_flock()
1257 FL_ACCESS | FL_LEASE | FL_CLOSE))) cifs_read_flock()
/linux-4.1.27/include/linux/
H A Dfs.h898 #define FL_LEASE 32 /* lease held on this file */ macro
2073 return __break_lease(inode, mode, FL_LEASE); break_lease()

Completed in 471 milliseconds