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

  /src/sys/fs/cd9660/
cd9660_mount.h 59 #define ISOFSMNT_UID 0x00000100 /* override uid */
cd9660_vfsops.c 188 if (((imp->im_flags & ISOFSMNT_UID) && args->uid != imp->im_uid) ||
505 if (argp->flags & ISOFSMNT_UID)
540 ISOFSMNT_UID | ISOFSMNT_GID);
cd9660_vnops.c 127 uid = (ip->i_mnt->im_flags & ISOFSMNT_UID) ?
177 vap->va_uid = (ip->i_mnt->im_flags & ISOFSMNT_UID) ?
  /src/sbin/mount_cd9660/
mount_cd9660.c 152 opts |= ISOFSMNT_UID;

Completed in 44 milliseconds