HomeSort by: relevance | last modified time | path
    Searched refs:fc_uid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_extern.h 91 uid_t fc_uid; /* uid to set as owner of the files */ member in struct:filecore_mnt
filecore_vfsops.c 241 args->uid = fcmp->fc_uid;
402 fcmp->fc_uid = kauth_cred_getuid(l->l_cred);
405 fcmp->fc_uid = argp->uid;
filecore_vnops.c 131 genfs_can_access(vp, cred, fcmp->fc_uid, fcmp->fc_gid,
174 vap->va_uid = fcmp->fc_uid;

Completed in 326 milliseconds