Searched refs:pcred (Results 1 – 3 of 3) sorted by relevance
287 const struct cred *cred, __rcu **pcred; in ff_layout_get_mirror_cred() local290 pcred = &mirror->ro_cred; in ff_layout_get_mirror_cred()292 pcred = &mirror->rw_cred; in ff_layout_get_mirror_cred()296 cred = rcu_dereference(*pcred); in ff_layout_get_mirror_cred()
3026 const struct cred *pcred; in nfs_access_login_time() local3032 pcred = __task_cred(parent); in nfs_access_login_time()3033 if (parent == task || cred_fscmp(pcred, cred) != 0) in nfs_access_login_time()
1347 const struct cred **pcred, in pnfs_send_layoutreturn() argument1354 const struct cred *cred = *pcred; in pnfs_send_layoutreturn()1357 *pcred = NULL; in pnfs_send_layoutreturn()
Completed in 19 milliseconds