Searched refs:cred_fscmp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | cred.h | 163 extern int cred_fscmp(const struct cred *, const struct cred *);
|
/openbmc/linux/kernel/ |
H A D | cred.c | 540 int cred_fscmp(const struct cred *a, const struct cred *b) in cred_fscmp() function 578 EXPORT_SYMBOL(cred_fscmp);
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 312 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 | 393 if (cred_fscmp(delegation->cred, cred) != 0) { in nfs_update_delegation_cred()
|
H A D | pnfs.c | 973 if (cred && cred_fscmp(lo->plh_lc_cred, cred) != 0) { in pnfs_set_layout_cred() 1501 if (!layoutreturn || cred_fscmp(cred, lc_cred) != 0) in pnfs_roc()
|
H A D | inode.c | 1142 if (cred != NULL && cred_fscmp(pos->cred, cred) != 0) in nfs_find_open_context()
|
H A D | dir.c | 2988 if (parent == task || cred_fscmp(pcred, cred) != 0) in nfs_access_login_time()
|