Home
last modified time | relevance | path

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

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