Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnfs4.h335 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/linux-6.1.9/fs/nfsd/
Dnfs4proc.c520 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
554 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
557 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
567 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
Dnfs4state.c5537 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
5572 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
5704 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
Dnfs4xdr.c1112 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open_claim4()
/linux-6.1.9/fs/nfs/
Dnfs4proc.c1423 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1534 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
2076 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2202 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2455 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
Dnfs4xdr.c1505 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1545 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()