Home
last modified time | relevance | path

Searched refs:ISOFSMNT_UID (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_mount.h59 #define ISOFSMNT_UID 0x00000040 /* override uid */ macro
H A Dcd9660_vnops.c139 uid = (ip->i_mnt->im_flags & ISOFSMNT_UID) ? in cd9660_access()
165 vap->va_uid = (ip->i_mnt->im_flags & ISOFSMNT_UID) ? in cd9660_getattr()
H A Dcd9660_vfsops.c450 if (argp->flags & ISOFSMNT_UID) in iso_mountfs()
483 ISOFSMNT_UID | ISOFSMNT_GID); in iso_mountfs()
/dragonfly/sbin/mount_cd9660/
H A Dmount_cd9660.c134 opts |= ISOFSMNT_UID; in main()