Home
last modified time | relevance | path

Searched refs:op_claim_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4proc.c296 open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR) in do_open_lookup()
330 if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH) in do_open_fhandle()
364 if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL) in nfsd4_open()
375 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()
415 switch (open->op_claim_type) { in nfsd4_open()
439 open->op_claim_type); in nfsd4_open()
444 open->op_claim_type); in nfsd4_open()
Dxdr4.h227 u32 op_claim_type; /* request */ member
Dnfs4state.c4154 return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR || in nfsd4_is_deleg_cur()
4155 open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH; in nfsd4_is_deleg_cur()
4460 switch (open->op_claim_type) { in nfs4_open_delegation()
4506 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS && in nfs4_open_delegation()
4628 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS) in nfsd4_process_open2()
Dnfs4xdr.c968 open->op_claim_type = be32_to_cpup(p++); in nfsd4_decode_open()
969 switch (open->op_claim_type) { in nfsd4_decode_open()