Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs4.h338 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/linux/fs/nfsd/
H A Dnfs4proc.c555 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
589 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
592 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
602 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
H A Dnfs4state.c6006 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
6055 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
6188 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()
/linux/fs/nfs/
H A Dnfs4proc.c1479 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1590 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
2006 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_process_delegation()
2141 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2267 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2532 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()