Lines Matching refs:claim
1308 enum open_claim_type4 claim)
1311 return claim;
1312 switch (claim) {
1314 return claim;
1339 enum open_claim_type4 claim,
1372 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1391 switch (p->o_arg.claim) {
1415 switch (p->o_arg.claim) {
1491 int open_mode, enum open_claim_type4 claim)
1497 switch (claim) {
1522 enum open_claim_type4 claim)
1528 switch (claim) {
1886 enum open_claim_type4 claim = opendata->o_arg.claim;
1892 if (can_open_cached(state, fmode, open_mode, claim)) {
1900 if (!can_open_delegated(delegation, fmode, claim)) {
1938 switch (data->o_arg.claim) {
2004 switch (data->o_arg.claim) {
2073 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
2117 struct nfs4_state *state, enum open_claim_type4 claim)
2122 NULL, claim, GFP_NOFS);
2426 enum open_claim_type4 claim = data->o_arg.claim;
2438 data->o_arg.open_flags, claim))
2442 if (can_open_delegated(delegation, data->o_arg.fmode, claim))
2448 switch (claim) {
3071 switch(opendata->o_arg.claim) {
3126 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
3146 claim = NFS4_OPEN_CLAIM_FH;
3148 c, claim, GFP_KERNEL);