Searched refs:FL_SLEEP (Results 1 – 12 of 12) sorted by relevance
240 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()507 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()536 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()539 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_lock()844 lock->fl.fl_flags |= FL_SLEEP; in nlmsvc_grant_blocked()849 lock->fl.fl_flags &= ~FL_SLEEP; in nlmsvc_grant_blocked()
578 fl->fl_flags |= FL_SLEEP; in nlmclnt_lock()592 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
14 #define FL_SLEEP 128 /* A blocking lock */ macro
27 { FL_SLEEP, "FL_SLEEP" }, \
1055 if (!(request->fl_flags & FL_SLEEP)) in flock_lock_inode()1137 if (!(request->fl_flags & FL_SLEEP)) in posix_lock_inode()2100 fl.fl_flags |= FL_SLEEP; in SYSCALL_DEFINE2()2369 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk()2491 file_lock->fl_flags |= FL_SLEEP; in fcntl_setlk64()
527 !(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()624 if (!(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
222 flc->fl_flags &= ~FL_SLEEP; in dlm_plock_callback()
7508 fl_flags |= FL_SLEEP; in nfsd4_lock()7520 fl_flags |= FL_SLEEP; in nfsd4_lock()7548 fl_flags &= ~FL_SLEEP; in nfsd4_lock()7575 if (fl_flags & FL_SLEEP) { in nfsd4_lock()7612 if (fl_flags & FL_SLEEP) { in nfsd4_lock()
1667 if (flock->fl_flags & FL_SLEEP) { in cifs_read_flock()1676 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
2612 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
6713 flock->fl_flags |= FL_SLEEP; in smb2_set_flock_flags()6719 flock->fl_flags |= FL_SLEEP; in smb2_set_flock_flags()
7158 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()7372 request->fl_flags = fl_flags & ~FL_SLEEP; in _nfs4_proc_setlk()
Completed in 72 milliseconds