Searched refs:FL_EXISTS (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dfilelock.h23 { FL_EXISTS, "FL_EXISTS" }, \
/linux-4.1.27/fs/dlm/
H A Dplock.c263 fl->fl_flags |= FL_EXISTS; dlm_posix_unlock()
/linux-4.1.27/fs/
H A Dlocks.c861 * Note that if called with an FL_EXISTS argument, the caller may determine
878 return (request->fl_flags & FL_EXISTS) ? -ENOENT : 0; flock_lock_inode()
902 if ((request->fl_flags & FL_EXISTS) && !found) flock_lock_inode()
1100 if (request->fl_flags & FL_EXISTS) __posix_lock_file()
1154 * Note that if called with an FL_EXISTS argument, the caller may determine
/linux-4.1.27/fs/lockd/
H A Dclntproc.c672 fl->fl_flags |= FL_EXISTS; nlmclnt_unlock()
/linux-4.1.27/include/linux/
H A Dfs.h897 #define FL_EXISTS 16 /* when unlocking, test for existence */ macro
/linux-4.1.27/fs/nfs/
H A Dnfs4proc.c5541 request->fl_flags |= FL_EXISTS; nfs4_proc_unlck()

Completed in 204 milliseconds