Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h331 NFS4_OPEN_CLAIM_PREVIOUS = 1, enumerator
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4proc.c378 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()
415 if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_open()
425 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_open()
H A Dnfs4state.c5100 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_delegation()
5144 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
5264 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
H A Dnfs4xdr.c1025 case NFS4_OPEN_CLAIM_PREVIOUS: in nfsd4_decode_open()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c1413 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_opendata_alloc()
1524 case NFS4_OPEN_CLAIM_PREVIOUS: in can_open_delegated()
2066 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
2192 NFS4_OPEN_CLAIM_PREVIOUS); in _nfs4_do_open_reclaim()
2444 case NFS4_OPEN_CLAIM_PREVIOUS: in nfs4_open_prepare()
H A Dnfs4xdr.c1493 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS); in encode_claim_previous()
1533 case NFS4_OPEN_CLAIM_PREVIOUS: in encode_open()