Searched refs:FL_SLEEP (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/lockd/
H A Dsvclock.c248 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP;
517 lock->fl.c.flc_flags &= ~FL_SLEEP;
565 lock->fl.c.flc_flags &= ~FL_SLEEP;
568 lock->fl.c.flc_flags &= ~FL_SLEEP;
868 lock->fl.c.flc_flags |= FL_SLEEP;
873 lock->fl.c.flc_flags &= ~FL_SLEEP;
H A Dclntproc.c597 fl->c.flc_flags |= FL_SLEEP;
611 if (resp->status == nlm_lck_denied && (flags & FL_SLEEP))
/linux-master/fs/dlm/
H A Dplock.c143 op->info.wait = !!(fl->c.flc_flags & FL_SLEEP);
261 flc->c.flc_flags &= ~FL_SLEEP;
/linux-master/include/trace/events/
H A Dfilelock.h27 { FL_SLEEP, "FL_SLEEP" }, \
/linux-master/include/linux/
H A Dfilelock.h14 #define FL_SLEEP 128 /* A blocking lock */ macro
/linux-master/fs/afs/
H A Dflock.c526 !(fl->c.flc_flags & FL_SLEEP)) {
623 if (!(fl->c.flc_flags & FL_SLEEP)) {
/linux-master/fs/
H A Dlocks.c1122 if (!(request->c.flc_flags & FL_SLEEP))
1204 if (!(request->c.flc_flags & FL_SLEEP))
2170 fl.c.flc_flags |= FL_SLEEP;
2336 * not F_SETLKW; they will set FL_SLEEP if (and only if) the request is for a
2445 file_lock->c.flc_flags |= FL_SLEEP;
2568 file_lock->c.flc_flags |= FL_SLEEP;
/linux-master/fs/nfsd/
H A Dnfs4state.c7928 flags |= FL_SLEEP;
7941 flags |= FL_SLEEP;
7969 flags &= ~FL_SLEEP;
7996 if (flags & FL_SLEEP) {
8033 if (flags & FL_SLEEP) {
/linux-master/fs/smb/client/
H A Dfile.c1765 if (flock->c.flc_flags & FL_SLEEP) {
1774 (~(FL_POSIX | FL_FLOCK | FL_SLEEP |
/linux-master/fs/fuse/
H A Dfile.c2676 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK;
/linux-master/fs/nfs/
H A Dnfs4proc.c7191 data->fl.c.flc_flags &= ~(FL_SLEEP | FL_ACCESS);
7411 request->c.flc_flags = flags & ~FL_SLEEP;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7083 flock->c.flc_flags |= FL_SLEEP;
7089 flock->c.flc_flags |= FL_SLEEP;

Completed in 352 milliseconds