Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs4.h301 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c385 open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
420 if (locks_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
423 if (!locks_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
433 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
Dnfs4state.c4151 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
4195 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
4312 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
Dnfs4xdr.c926 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open()
/linux-4.1.27/fs/nfs/
Dnfs4proc.c1058 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1524 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
1644 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
1872 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
Dnfs4xdr.c1457 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1497 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()