Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/fs/
Dlocks.c1107 if (!(request->fl_flags & FL_SLEEP)) in flock_lock_inode()
1175 if (!(request->fl_flags & FL_SLEEP)) in posix_lock_inode()
1465 fl.fl_flags &= ~FL_SLEEP; in locks_mandatory_area()
1472 fl.fl_flags |= FL_SLEEP; in locks_mandatory_area()
2248 lock->fl_flags |= FL_SLEEP; in SYSCALL_DEFINE2()
2530 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk()
2661 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk64()
/Linux-v5.10/include/trace/events/
Dfilelock.h27 { FL_SLEEP, "FL_SLEEP" }, \
/Linux-v5.10/fs/afs/
Dflock.c527 !(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
624 if (!(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
/Linux-v5.10/fs/dlm/
Dplock.c214 flc->fl_flags &= ~FL_SLEEP; in dlm_plock_callback()
/Linux-v5.10/fs/nfsd/
Dnfs4state.c6746 fl_flags |= FL_SLEEP; in nfsd4_lock()
6758 fl_flags |= FL_SLEEP; in nfsd4_lock()
6803 if (fl_flags & FL_SLEEP) { in nfsd4_lock()
6838 if (fl_flags & FL_SLEEP) { in nfsd4_lock()
/Linux-v5.10/fs/cifs/
Dfile.c1392 if (flock->fl_flags & FL_SLEEP) { in cifs_read_flock()
1401 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
/Linux-v5.10/include/linux/
Dfs.h992 #define FL_SLEEP 128 /* A blocking lock */ macro
/Linux-v5.10/fs/fuse/
Dfile.c2447 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
/Linux-v5.10/fs/nfs/
Dnfs4proc.c6981 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
7194 request->fl_flags = fl_flags & ~FL_SLEEP; in _nfs4_proc_setlk()