Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs4.h335 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c554 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
588 if (opens_in_grace(net) && 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()
601 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
H A Dnfs4state.c5637 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
5678 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
5812 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
H A Dnfs4xdr.c1123 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open_claim4()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c1426 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1537 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
2078 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2204 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2457 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
H A Dnfs4xdr.c1505 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1545 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()