Home
last modified time | relevance | path

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

/linux-6.15/fs/lockd/
H A Dsvclock.c247 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP; in nlmsvc_create_block()
516 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
564 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
567 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
867 lock->fl.c.flc_flags |= FL_SLEEP; in nlmsvc_grant_blocked()
872 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_grant_blocked()
H A Dclntproc.c597 fl->c.flc_flags |= FL_SLEEP; in nlmclnt_lock()
611 if (resp->status == nlm_lck_denied && (flags & FL_SLEEP)) in nlmclnt_lock()
/linux-6.15/fs/dlm/
H A Dplock.c143 op->info.wait = !!(fl->c.flc_flags & FL_SLEEP); in dlm_posix_lock()
261 flc->c.flc_flags &= ~FL_SLEEP; in dlm_plock_callback()
/linux-6.15/include/trace/events/
H A Dfilelock.h27 { FL_SLEEP, "FL_SLEEP" }, \
/linux-6.15/include/linux/
H A Dfilelock.h14 #define FL_SLEEP 128 /* A blocking lock */ macro
/linux-6.15/fs/afs/
H A Dflock.c526 !(fl->c.flc_flags & FL_SLEEP)) { in afs_do_setlk()
623 if (!(fl->c.flc_flags & FL_SLEEP)) { in afs_do_setlk()
/linux-6.15/fs/
H A Dlocks.c1122 if (!(request->c.flc_flags & FL_SLEEP)) in flock_lock_inode()
1204 if (!(request->c.flc_flags & FL_SLEEP)) in posix_lock_inode()
2172 fl.c.flc_flags |= FL_SLEEP; in SYSCALL_DEFINE2()
2444 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk()
2566 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk64()
/linux-6.15/fs/smb/client/
H A Dfile.c1960 if (flock->c.flc_flags & FL_SLEEP) { in cifs_read_flock()
1969 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
/linux-6.15/fs/nfsd/
H A Dnfs4state.c8248 flags |= FL_SLEEP; in nfsd4_lock()
8275 if (flags & FL_SLEEP) { in nfsd4_lock()
8312 if (flags & FL_SLEEP) { in nfsd4_lock()
/linux-6.15/fs/fuse/
H A Dfile.c2768 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c7213 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()
7219 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()
/linux-6.15/fs/nfs/
H A Dnfs4proc.c7404 data->fl.c.flc_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
7624 request->c.flc_flags = flags & ~FL_SLEEP; in _nfs4_proc_setlk()