Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dfilelock.h23 { FL_EXISTS, "FL_EXISTS" }, \
/linux-4.1.27/fs/dlm/
Dplock.c263 fl->fl_flags |= FL_EXISTS; in dlm_posix_unlock()
/linux-4.1.27/fs/
Dlocks.c878 return (request->fl_flags & FL_EXISTS) ? -ENOENT : 0; in flock_lock_inode()
902 if ((request->fl_flags & FL_EXISTS) && !found) in flock_lock_inode()
1100 if (request->fl_flags & FL_EXISTS) in __posix_lock_file()
/linux-4.1.27/fs/lockd/
Dclntproc.c672 fl->fl_flags |= FL_EXISTS; in nlmclnt_unlock()
/linux-4.1.27/include/linux/
Dfs.h897 #define FL_EXISTS 16 /* when unlocking, test for existence */ macro
/linux-4.1.27/fs/nfs/
Dnfs4proc.c5541 request->fl_flags |= FL_EXISTS; in nfs4_proc_unlck()