Searched refs:cred_fscmp (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/ |
| H A D | cred.c | 493 int cred_fscmp(const struct cred *a, const struct cred *b) in cred_fscmp() function 531 EXPORT_SYMBOL(cred_fscmp);
|
| /linux/include/linux/ |
| H A D | cred.h | 162 extern int cred_fscmp(const struct cred *, const struct cred *);
|
| /linux/fs/nfs/ |
| H A D | internal.h | 321 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()
|
| H A D | nfs4state.c | 417 cmp = cred_fscmp(cred, sp->so_cred); in nfs4_find_state_owner_locked() 445 cmp = cred_fscmp(new->so_cred, sp->so_cred); in nfs4_insert_state_owner_locked()
|
| H A D | delegation.c | 418 if (cred_fscmp(delegation->cred, cred) != 0) { in nfs_update_delegation_cred()
|
| H A D | pnfs.c | 1053 if (cred && cred_fscmp(lo->plh_lc_cred, cred) != 0) { in pnfs_set_layout_cred() 1617 if (!layoutreturn || cred_fscmp(cred, lc_cred) != 0) in pnfs_roc()
|
| H A D | inode.c | 1310 if (cred != NULL && cred_fscmp(pos->cred, cred) != 0) in nfs_find_open_context()
|
| H A D | dir.c | 3025 if (parent == task || cred_fscmp(pcred, cred) != 0) in nfs_access_login_time()
|