FL_LEASE         1406 fs/cifs/file.c 	if (flock->fl_flags & FL_LEASE)
FL_LEASE         1410 fs/cifs/file.c 	       FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK)))
FL_LEASE          179 fs/locks.c     #define IS_LEASE(fl)	(fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
FL_LEASE          624 fs/locks.c     	fl->fl_flags = FL_LEASE;
FL_LEASE         1564 fs/locks.c     	if ((breaker->fl_flags & FL_DELEG) && (lease->fl_flags & FL_LEASE)) {
FL_LEASE          527 fs/nfsd/filecache.c 	if (fl->fl_flags & FL_LEASE)
FL_LEASE         2437 include/linux/fs.h 		return __break_lease(inode, mode, FL_LEASE);
FL_LEASE           25 include/trace/events/filelock.h 		{ FL_LEASE,		"FL_LEASE" },			\