Searched refs:FL_SLEEP (Results 1 – 12 of 12) sorted by relevance
248 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP; in nlmsvc_create_block()517 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()565 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()568 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_lock()868 lock->fl.c.flc_flags |= FL_SLEEP; in nlmsvc_grant_blocked()873 lock->fl.c.flc_flags &= ~FL_SLEEP; in nlmsvc_grant_blocked()
597 fl->c.flc_flags |= FL_SLEEP; in nlmclnt_lock()611 if (resp->status == nlm_lck_denied && (flags & FL_SLEEP)) in nlmclnt_lock()
143 op->info.wait = !!(fl->c.flc_flags & FL_SLEEP); in dlm_posix_lock()261 flc->c.flc_flags &= ~FL_SLEEP; in dlm_plock_callback()
27 { FL_SLEEP, "FL_SLEEP" }, \
14 #define FL_SLEEP 128 /* A blocking lock */ macro
526 !(fl->c.flc_flags & FL_SLEEP)) { in afs_do_setlk()623 if (!(fl->c.flc_flags & FL_SLEEP)) { in afs_do_setlk()
1122 if (!(request->c.flc_flags & FL_SLEEP)) in flock_lock_inode()1204 if (!(request->c.flc_flags & FL_SLEEP)) in posix_lock_inode()2174 fl.c.flc_flags |= FL_SLEEP; in SYSCALL_DEFINE2()2449 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk()2571 file_lock->c.flc_flags |= FL_SLEEP; in fcntl_setlk64()
1949 if (flock->c.flc_flags & FL_SLEEP) { in cifs_read_flock()1958 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
8006 flags |= FL_SLEEP; in nfsd4_lock()8019 flags |= FL_SLEEP; in nfsd4_lock()8047 flags &= ~FL_SLEEP; in nfsd4_lock()8074 if (flags & FL_SLEEP) { in nfsd4_lock()8111 if (flags & FL_SLEEP) { in nfsd4_lock()
2685 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk()
7112 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()7118 flock->c.flc_flags |= FL_SLEEP; in smb2_set_flock_flags()
7349 data->fl.c.flc_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()7569 request->c.flc_flags = flags & ~FL_SLEEP; in _nfs4_proc_setlk()
Completed in 92 milliseconds