Home
last modified time | relevance | path

Searched refs:locks_in_grace (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/nfs_common/
Dgrace.c66 locks_in_grace(struct net *net) in locks_in_grace() function
72 EXPORT_SYMBOL_GPL(locks_in_grace);
/linux-4.1.27/fs/lockd/
Dsvc4proc.c155 if (locks_in_grace(SVC_NET(rqstp))) { in nlm4svc_proc_cancel()
188 if (locks_in_grace(SVC_NET(rqstp))) { in nlm4svc_proc_unlock()
326 if (locks_in_grace(SVC_NET(rqstp)) && !argp->reclaim) { in nlm4svc_proc_share()
359 if (locks_in_grace(SVC_NET(rqstp))) { in nlm4svc_proc_unshare()
Dsvcproc.c187 if (locks_in_grace(net)) { in nlmsvc_proc_cancel()
221 if (locks_in_grace(net)) { in nlmsvc_proc_unlock()
369 if (locks_in_grace(SVC_NET(rqstp)) && !argp->reclaim) { in nlmsvc_proc_share()
402 if (locks_in_grace(SVC_NET(rqstp))) { in nlmsvc_proc_unshare()
Dsvclock.c446 if (locks_in_grace(SVC_NET(rqstp)) && !reclaim) { in nlmsvc_lock()
450 if (reclaim && !locks_in_grace(SVC_NET(rqstp))) { in nlmsvc_lock()
519 if (locks_in_grace(SVC_NET(rqstp))) { in nlmsvc_testlock()
603 if (locks_in_grace(net)) in nlmsvc_cancel_blocked()
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c420 if (locks_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
423 if (!locks_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
834 if (locks_in_grace(SVC_NET(rqstp))) in nfsd4_remove()
853 if (locks_in_grace(SVC_NET(rqstp)) && in nfsd4_rename()
Dnfs4state.c4163 if (locks_in_grace(clp->net)) in nfs4_open_delegation()
4544 else if (locks_in_grace(net)) { in check_special_stateids()
4563 return locks_in_grace(net) && mandatory_lock(inode); in grace_disallows_io()
5511 if (locks_in_grace(net) && !lock->lk_reclaim) in nfsd4_lock()
5514 if (!locks_in_grace(net) && lock->lk_reclaim) in nfsd4_lock()
5650 if (locks_in_grace(SVC_NET(rqstp))) in nfsd4_lockt()
/linux-4.1.27/include/linux/
Dfs.h941 int locks_in_grace(struct net *);