Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h302 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c384 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
418 if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
421 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
431 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
Dnfs4state.c4191 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
4236 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
4368 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
Dnfs4xdr.c927 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open()
/linux-4.4.14/fs/nfs/
Dnfs4proc.c1132 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1254 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
1632 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
1743 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
1992 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
Dnfs4xdr.c1472 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1512 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()