Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvclock.c247 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP; in nlmsvc_create_block()
519 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
567 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
570 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()
878 lock->fl.c.flc_flags |= FL_SLEEP; in nlmsvc_grant_blocked()
883 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/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/include/trace/events/
H A Dfilelock.h27 { FL_SLEEP, "FL_SLEEP" }, \
/linux/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/fs/
H A Dlocks.c1181 if (!(request->c.flc_flags & FL_SLEEP)) in flock_lock_inode()
1263 if (!(request->c.flc_flags & FL_SLEEP)) in posix_lock_inode()
2235 fl.c.flc_flags |= FL_SLEEP; in SYSCALL_DEFINE2()
2526 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk()
2648 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk64()
/linux/include/linux/
H A Dfilelock.h14 #define FL_SLEEP 128 /* A blocking lock */ macro
/linux/fs/smb/client/
H A Dfile.c2026 if (flock->c.flc_flags & FL_SLEEP) { in cifs_read_flock()
2035 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
/linux/fs/nfsd/
H A Dnfs4state.c8414 flags |= FL_SLEEP; in nfsd4_lock()
8441 if (flags & FL_SLEEP) { in nfsd4_lock()
8478 if (flags & FL_SLEEP) { in nfsd4_lock()
/linux/fs/fuse/
H A Dfile.c2511 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
/linux/fs/smb/server/
H A Dsmb2pdu.c7322 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()
7328 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()
/linux/fs/nfs/
H A Dnfs4proc.c7348 data->fl.c.flc_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
7567 request->c.flc_flags = flags & ~FL_SLEEP; in _nfs4_proc_setlk()