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

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

Completed in 342 milliseconds