Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4state.c2203 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() argument
2205 if ((is_gss_cred(cr1) != is_gss_cred(cr2)) in same_creds()
2206 || (!uid_eq(cr1->cr_uid, cr2->cr_uid)) in same_creds()
2207 || (!gid_eq(cr1->cr_gid, cr2->cr_gid)) in same_creds()
2208 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info)) in same_creds()
2211 if (cr1->cr_principal == cr2->cr_principal) in same_creds()
2213 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()
2215 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()
/fs/cifs/
Dcifspdu.h2747 char cr1; /* \n */ member
/fs/btrfs/
Dsend.c1230 struct clone_root *cr1 = (struct clone_root *)e1; in __clone_root_cmp_sort() local
1233 if (cr1->root->root_key.objectid < cr2->root->root_key.objectid) in __clone_root_cmp_sort()
1235 if (cr1->root->root_key.objectid > cr2->root->root_key.objectid) in __clone_root_cmp_sort()