Home
last modified time | relevance | path

Searched refs:cr2 (Results 1 – 3 of 3) sorted by relevance

/fs/nfsd/
Dnfs4state.c2270 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() argument
2272 if ((is_gss_cred(cr1) != is_gss_cred(cr2)) in same_creds()
2273 || (!uid_eq(cr1->cr_uid, cr2->cr_uid)) in same_creds()
2274 || (!gid_eq(cr1->cr_gid, cr2->cr_gid)) in same_creds()
2275 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info)) in same_creds()
2278 if (cr1->cr_principal == cr2->cr_principal) in same_creds()
2280 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()
2282 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()
/fs/cifs/
Dcifspdu.h2719 char cr2; /* \n */ member
/fs/btrfs/
Dsend.c1223 const struct clone_root *cr2 = e2; in __clone_root_cmp_sort() local
1225 if (cr1->root->root_key.objectid < cr2->root->root_key.objectid) in __clone_root_cmp_sort()
1227 if (cr1->root->root_key.objectid > cr2->root->root_key.objectid) in __clone_root_cmp_sort()