Searched refs:opens_in_grace (Results 1 - 4 of 4) sorted by path

/linux-master/fs/nfs_common/
H A Dgrace.c97 bool opens_in_grace(struct net *net) function
101 EXPORT_SYMBOL_GPL(opens_in_grace); variable
/linux-master/fs/nfsd/
H A Dnfs4proc.c588 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS)
591 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
1041 if (opens_in_grace(SVC_NET(rqstp)))
1057 if (opens_in_grace(SVC_NET(rqstp)))
2478 if (opens_in_grace(SVC_NET(rqstp)))
2510 if (opens_in_grace(SVC_NET(rqstp)))
H A Dnfs4state.c6694 else if (opens_in_grace(net)) {
/linux-master/include/linux/
H A Dfilelock.h67 bool opens_in_grace(struct net *);

Completed in 421 milliseconds