Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnfs4.h320 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/Linux-v4.19/fs/nfsd/
Dnfs4proc.c375 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
409 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
412 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
422 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
Dnfs4state.c4439 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
4484 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
4606 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
Dnfs4xdr.c979 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open()
/Linux-v4.19/fs/nfs/
Dnfs4proc.c1276 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1388 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
1928 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2042 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2292 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
Dnfs4xdr.c1493 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1533 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()