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

/linux-master/fs/ceph/
H A Dlocks.c232 fl->c.flc_flags |= FL_EXISTS;
236 if (!(orig_flags & FL_EXISTS))
/linux-master/include/trace/events/
H A Dfilelock.h24 { FL_EXISTS, "FL_EXISTS" }, \
/linux-master/include/linux/
H A Dfilelock.h11 #define FL_EXISTS 16 /* when unlocking, test for existence */ macro
/linux-master/fs/dlm/
H A Dplock.c307 fl->c.flc_flags |= FL_EXISTS;
/linux-master/fs/
H A Dlocks.c1070 * Note that if called with an FL_EXISTS argument, the caller may determine
1087 return (request->c.flc_flags & FL_EXISTS) ? -ENOENT : 0;
1112 if ((request->c.flc_flags & FL_EXISTS) && !found)
1337 if (request->c.flc_flags & FL_EXISTS)
1395 * Note that if called with an FL_EXISTS argument, the caller may determine
/linux-master/fs/lockd/
H A Dclntproc.c698 fl->c.flc_flags |= FL_EXISTS;
/linux-master/fs/nfs/
H A Dnfs4proc.c7047 request->c.flc_flags |= FL_EXISTS;

Completed in 150 milliseconds