Searched refs:mount_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c572 int mount_flags,
614 use_rrip = (mount_flags & HSFSMNT_NORRIP) == 0;
615 use_vers2 = (mount_flags & HSFSMNT_NOVERS2) == 0;
616 use_joliet = (mount_flags & HSFSMNT_NOJOLIET) == 0;
851 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT);
868 mount_flags |= HSFSMNT_NOTRAILSPACE;
880 mount_flags &= ~HSFSMNT_NOTRAILDOT;
881 mount_flags |= HSFSMNT_NOMAPLCASE | HSFSMNT_NOVERSION;
893 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT);
894 mount_flags |
567 hs_mountfs( struct vfs *vfsp, dev_t dev, char *path, mode_t mode, int mount_flags, struct cred *cr, int isroot) argument
[all...]
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c1220 int mount_flags = 0; local
1230 mount_flags |= BE_MOUNT_FLAG_SHARED_FS;
1233 mount_flags |= BE_MOUNT_FLAG_SHARED_RW;
1296 mount_flags) != 0)

Completed in 61 milliseconds