Searched refs:FL_EXISTS (Results 1 – 7 of 7) sorted by relevance
232 fl->c.flc_flags |= FL_EXISTS; in try_unlock_file()236 if (!(orig_flags & FL_EXISTS)) in try_unlock_file()
24 { FL_EXISTS, "FL_EXISTS" }, \
11 #define FL_EXISTS 16 /* when unlocking, test for existence */ macro
307 fl->c.flc_flags |= FL_EXISTS; in dlm_posix_unlock()
1087 return (request->c.flc_flags & FL_EXISTS) ? -ENOENT : 0; in flock_lock_inode()1112 if ((request->c.flc_flags & FL_EXISTS) && !found) in flock_lock_inode()1337 if (request->c.flc_flags & FL_EXISTS) in posix_lock_inode()
698 fl->c.flc_flags |= FL_EXISTS; in nlmclnt_unlock()
7205 request->c.flc_flags |= FL_EXISTS; in nfs4_proc_unlck()
Completed in 39 milliseconds