Searched refs:op_claim_type (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c277 if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL)
310 if (locks_in_grace() && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS)
313 if (!locks_in_grace() && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
316 switch (open->op_claim_type) {
346 open->op_claim_type);
351 open->op_claim_type);
H A Dxdr4.h217 u32 op_claim_type; /* request */ member in struct:nfsd4_open
H A Dnfs4state.c2300 if (open->op_claim_type != NFS4_OPEN_CLAIM_DELEGATE_CUR)
2454 switch (open->op_claim_type) {
2508 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS
2546 if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR)
2595 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
H A Dnfs4xdr.c675 READ32(open->op_claim_type);
676 switch (open->op_claim_type) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfs4proc.c277 if (open->op_create && open->op_claim_type != NFS4_OPEN_CLAIM_NULL)
310 if (locks_in_grace() && open->op_claim_type != NFS4_OPEN_CLAIM_PREVIOUS)
313 if (!locks_in_grace() && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
316 switch (open->op_claim_type) {
346 open->op_claim_type);
351 open->op_claim_type);
H A Dxdr4.h217 u32 op_claim_type; /* request */ member in struct:nfsd4_open
H A Dnfs4state.c2300 if (open->op_claim_type != NFS4_OPEN_CLAIM_DELEGATE_CUR)
2454 switch (open->op_claim_type) {
2508 if (open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS
2546 if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR)
2595 if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
H A Dnfs4xdr.c675 READ32(open->op_claim_type);
676 switch (open->op_claim_type) {

Completed in 257 milliseconds