Home
last modified time | relevance | path

Searched refs:FL_SLEEP (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/fs/lockd/
Dsvclock.c239 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()
515 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()
544 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()
546 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()
834 lock->fl.fl_flags |= FL_SLEEP; in nlmsvc_grant_blocked()
838 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_grant_blocked()
Dclntproc.c577 fl->fl_flags |= FL_SLEEP; in nlmclnt_lock()
591 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
/Linux-v5.4/fs/
Dlocks.c1084 if (!(request->fl_flags & FL_SLEEP)) in flock_lock_inode()
1152 if (!(request->fl_flags & FL_SLEEP)) in posix_lock_inode()
1440 fl.fl_flags &= ~FL_SLEEP; in locks_mandatory_area()
1447 fl.fl_flags |= FL_SLEEP; in locks_mandatory_area()
2214 lock->fl_flags |= FL_SLEEP; in SYSCALL_DEFINE2()
2495 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk()
2626 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk64()
/Linux-v5.4/include/trace/events/
Dfilelock.h27 { FL_SLEEP, "FL_SLEEP" }, \
/Linux-v5.4/fs/afs/
Dflock.c538 !(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
635 if (!(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
/Linux-v5.4/fs/dlm/
Dplock.c214 flc->fl_flags &= ~FL_SLEEP; in dlm_plock_callback()
/Linux-v5.4/fs/nfsd/
Dnfs4state.c6490 fl_flags |= FL_SLEEP; in nfsd4_lock()
6502 fl_flags |= FL_SLEEP; in nfsd4_lock()
6547 if (fl_flags & FL_SLEEP) { in nfsd4_lock()
6582 if (fl_flags & FL_SLEEP) { in nfsd4_lock()
/Linux-v5.4/fs/cifs/
Dfile.c1367 if (flock->fl_flags & FL_SLEEP) { in cifs_read_flock()
1376 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
/Linux-v5.4/include/linux/
Dfs.h1010 #define FL_SLEEP 128 /* A blocking lock */ macro
/Linux-v5.4/fs/fuse/
Dfile.c2383 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
/Linux-v5.4/fs/nfs/
Dnfs4proc.c6774 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
6987 request->fl_flags = fl_flags & ~FL_SLEEP; in _nfs4_proc_setlk()