Home
last modified time | relevance | path

Searched refs:im_fmask (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/cd9660/
H A Diso.h233 mode_t im_fmask; member
H A Dcd9660_vfsops.c397 isomp->im_fmask = isomp->im_dmask = ALLPERMS; in iso_mountfs()
414 isomp->im_fmask &= v; in iso_mountfs()
H A Dcd9660_vnops.c148 file_mode &= (vp->v_type == VDIR) ? ip->i_mnt->im_dmask : ip->i_mnt->im_fmask; in cd9660_access()
184 vap->va_mode &= (vp->v_type == VDIR) ? ip->i_mnt->im_dmask : ip->i_mnt->im_fmask; in cd9660_getattr()