Searched refs:vfs_setowner (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h214 #define vfs_setowner(_mp, _uid, _gid) do {(_mp)->mnt_fsowner = (_uid); (_mp)->mnt_fsgroup = (_gid); } while (0) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c728 vfs_setowner(mp,
1466 vfs_setowner(mp, hfsmp->hfs_uid, hfsmp->hfs_gid); /* tell the VFS */
1485 vfs_setowner(mp, hfsmp->hfs_uid, hfsmp->hfs_gid); /* tell the VFS */
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c643 vfs_setowner(mp, KAUTH_UID_NONE, KAUTH_GID_NONE);

Completed in 143 milliseconds