Searched refs:FL_EXISTS (Results 1 – 7 of 7) sorted by relevance
213 fl->fl_flags |= FL_EXISTS; in try_unlock_file()217 if (!(orig_flags & FL_EXISTS)) in try_unlock_file()
24 { FL_EXISTS, "FL_EXISTS" }, \
270 fl->fl_flags |= FL_EXISTS; in dlm_posix_unlock()
1072 return (request->fl_flags & FL_EXISTS) ? -ENOENT : 0; in flock_lock_inode()1097 if ((request->fl_flags & FL_EXISTS) && !found) in flock_lock_inode()1307 if (request->fl_flags & FL_EXISTS) in posix_lock_inode()
673 fl->fl_flags |= FL_EXISTS; in nlmclnt_unlock()
990 #define FL_EXISTS 16 /* when unlocking, test for existence */ macro
6894 request->fl_flags |= FL_EXISTS; in nfs4_proc_unlck()