op_claim_type     297 fs/nfsd/nfs4proc.c 			open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR)
op_claim_type     331 fs/nfsd/nfs4proc.c 	if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH)
op_claim_type     365 fs/nfsd/nfs4proc.c 	if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL)
op_claim_type     376 fs/nfsd/nfs4proc.c 	    open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS)
op_claim_type     410 fs/nfsd/nfs4proc.c 	if (opens_in_grace(net) && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS)
op_claim_type     413 fs/nfsd/nfs4proc.c 	if (!opens_in_grace(net) && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
op_claim_type     416 fs/nfsd/nfs4proc.c 	switch (open->op_claim_type) {
op_claim_type     441 fs/nfsd/nfs4proc.c 				open->op_claim_type);
op_claim_type     446 fs/nfsd/nfs4proc.c 				open->op_claim_type);
op_claim_type    4617 fs/nfsd/nfs4state.c 	return open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
op_claim_type    4618 fs/nfsd/nfs4state.c 	       open->op_claim_type == NFS4_OPEN_CLAIM_DELEG_CUR_FH;
op_claim_type    4923 fs/nfsd/nfs4state.c 	switch (open->op_claim_type) {
op_claim_type    4969 fs/nfsd/nfs4state.c 	if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS &&
op_claim_type    5091 fs/nfsd/nfs4state.c 	if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
op_claim_type     973 fs/nfsd/nfs4xdr.c 	open->op_claim_type = be32_to_cpup(p++);
op_claim_type     974 fs/nfsd/nfs4xdr.c 	switch (open->op_claim_type) {
op_claim_type     227 fs/nfsd/xdr4.h 	u32		op_claim_type;      /* request */