Home
last modified time | relevance | path

Searched refs:NFS4_OPEN_CLAIM_PREVIOUS (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnfs4.h340 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/linux/fs/nfsd/
H A Dnfs4proc.c557 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
591 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
594 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
604 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
H A Dnfs4state.c6166 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
6216 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
6376 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
/linux/fs/nfs/
H A Dnfs4proc.c1488 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1599 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
2015 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_process_delegation()
2150 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2276 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2541 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
H A Dnfs4xdr.c1503 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1543 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()