Searched refs:IS_LEASE (Results 1 – 1 of 1) sorted by relevance
134 #define IS_LEASE(fl) (fl->fl_flags & FL_LEASE) macro749 if (IS_LEASE(fl)) in flock_lock_file()781 if (IS_LEASE(fl)) in flock_lock_file()1179 while ((fl = *before) && IS_LEASE(fl) && lease_breaking(fl)) { in time_out_leases()1217 if ((flock == NULL) || !IS_LEASE(flock)) in __break_lease()1223 for (fl = flock; fl && IS_LEASE(fl); fl = fl->fl_next) in __break_lease()1234 for (fl = flock; fl && IS_LEASE(fl); fl = fl->fl_next) { in __break_lease()1273 for (flock = inode->i_flock; flock && IS_LEASE(flock); in __break_lease()1301 if (flock && IS_LEASE(flock) && (flock->fl_type & F_WRLCK)) in lease_get_mtime()1339 for (fl = filp->f_path.dentry->d_inode->i_flock; fl && IS_LEASE(fl); in fcntl_getlease()[all …]