Searched refs:FL_FLOCK (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ocfs2/
H A Dlocks.c57 request.c.flc_flags = FL_FLOCK;
103 if (!(fl->c.flc_flags & FL_FLOCK))
/linux-master/fs/9p/
H A Dvfs_file.c327 if (!(fl->c.flc_flags & FL_FLOCK))
336 fl->c.flc_flags ^= FL_FLOCK;
/linux-master/include/trace/events/
H A Dfilelock.h21 { FL_FLOCK, "FL_FLOCK" }, \
/linux-master/include/linux/
H A Dfilelock.h8 #define FL_FLOCK 2 macro
/linux-master/fs/smb/client/
H A Dsmb2file.c231 if (!(flock->c.flc_flags & (FL_FLOCK | FL_OFDLCK)))
H A Dfile.c1763 if (flock->c.flc_flags & FL_FLOCK)
1774 (~(FL_POSIX | FL_FLOCK | FL_SLEEP |
2088 if ((flock->c.flc_flags & FL_POSIX) || (flock->c.flc_flags & FL_FLOCK)) {
2118 if (!(fl->c.flc_flags & FL_FLOCK)) {
/linux-master/fs/
H A Dlocks.c472 fl->c.flc_flags = FL_FLOCK;
711 if ((waiter->flc_flags & (FL_POSIX | FL_FLOCK)) &&
2102 switch (fl->c.flc_flags & (FL_POSIX|FL_FLOCK)) {
2106 case FL_FLOCK:
2121 * Apply a %FL_FLOCK style lock to an open file descriptor.
2732 * Return true if there are any FL_POSIX or FL_FLOCK locks currently
2794 } else if (flc->flc_flags & FL_FLOCK) {
/linux-master/fs/ceph/
H A Dlocks.c323 if (!(fl->c.flc_flags & FL_FLOCK))
/linux-master/fs/gfs2/
H A Dfile.c1499 request.c.flc_flags = FL_FLOCK;
1560 if (!(fl->c.flc_flags & FL_FLOCK))
/linux-master/fs/nfs/
H A Dfile.c874 if (!(fl->c.flc_flags & FL_FLOCK))
/linux-master/fs/afs/
H A Dflock.c816 if (!(fl->c.flc_flags & FL_FLOCK))

Completed in 282 milliseconds