• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/bsd/hfs/

Lines Matching defs:cred

298 	kauth_cred_t cred = NULL;
503 cred = vfs_context_ucred(ap->a_context);
508 cred, 0);
520 if (cred && suser(cred, NULL) != 0)
794 cred = vfs_context_ucred(ap->a_context);
795 if (cred && suser(cred, NULL)) {
1313 kauth_cred_t cred = vfs_context_ucred(context);
1459 if ((!parents) && (!suser(cred, NULL))) {
1508 cnattr.ca_mode, hfsmp->hfs_mp, cred, p);
1529 skip_cp, p, cred, context,bitmap, map_size, parents, num_parents);
1590 kauth_cred_t cred = vfs_context_ucred(context);
1643 if (suser(cred, NULL) &&
1644 kauth_cred_getuid(cred) != vfsp->f_owner) {
1808 if (suser(cred, NULL) &&
1809 kauth_cred_getuid(cred) != vfsp->f_owner) {
1834 if (suser(cred, NULL) &&
1835 kauth_cred_getuid(cred) != vfsp->f_owner) {
1854 if (suser(cred, NULL) &&
1855 kauth_cred_getuid(cred) != vfsp->f_owner) {
1885 if (suser(cred, NULL) &&
1886 kauth_cred_getuid(cred) != vfsp->f_owner) {
1934 if (suser(cred, NULL) &&
1935 kauth_cred_getuid(cred) != vfsp->f_owner) {
2013 if (suser(cred, NULL) &&
2014 kauth_cred_getuid(cred) != vfsp->f_owner) {
2048 if (suser(cred, NULL) &&
2049 kauth_cred_getuid(cred) != vfsp->f_owner) {
2092 if (kauth_cred_getuid(cred) != vfsp->f_owner &&
2093 !kauth_cred_issuser(cred))
2101 if (kauth_cred_getuid(cred) != vfsp->f_owner &&
2102 !kauth_cred_issuser(cred))
2557 if (!kauth_cred_issuser(cred) && (kauth_cred_getuid(cred) != vfs_statfs(HFSTOVFS(hfsmp))->f_owner))
3273 kauth_cred_t cred = vfs_context_ucred(context);
3328 cred, 0);
3343 if (cred && (suser(cred, NULL) != 0)) {
3938 kauth_cred_t cred = vfs_context_ucred(ap->a_context);
3980 if (cred && suser(cred, NULL) != 0)
4011 cred, 0);
4918 hfs_relocate(struct vnode *vp, u_int32_t blockHint, kauth_cred_t cred,
5104 retval = hfs_clonesysfile(vp, headblks, datablks, blksize, cred, p);
5288 kauth_cred_t cred, struct proc *p)
5321 error = (int)buf_meta_bread(vp, blk, iosize, cred, &bp);