Lines Matching defs:cred
348 static const struct cred *access_override_creds(void)
350 const struct cred *old_cred;
351 struct cred *override_cred;
378 * it as the subjective cred. Other threads will be
379 * accessing ->real_cred, not the subjective cred.
385 * cred accesses will keep things non-RCY.
403 const struct cred *old_cred = NULL;
926 * @cred: credentials to use
935 const struct cred *cred)
940 validate_creds(cred);
945 f = alloc_empty_file(flags, cred);
958 struct inode *inode, const struct cred *cred)
960 struct file *f = alloc_empty_file_noaccount(flags, cred);