Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c572 int mount_flags, in hs_mountfs() argument
614 use_rrip = (mount_flags & HSFSMNT_NORRIP) == 0; in hs_mountfs()
615 use_vers2 = (mount_flags & HSFSMNT_NOVERS2) == 0; in hs_mountfs()
616 use_joliet = (mount_flags & HSFSMNT_NOJOLIET) == 0; in hs_mountfs()
851 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
868 mount_flags |= HSFSMNT_NOTRAILSPACE; in hs_mountfs()
880 mount_flags &= ~HSFSMNT_NOTRAILDOT; in hs_mountfs()
881 mount_flags |= HSFSMNT_NOMAPLCASE | HSFSMNT_NOVERSION; in hs_mountfs()
893 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
894 mount_flags |= HSFSMNT_NOMAPLCASE; in hs_mountfs()
[all …]
/titanic_50/usr/src/cmd/beadm/
H A Dbeadm.c1200 int mount_flags = 0; in be_do_mount() local
1210 mount_flags |= BE_MOUNT_FLAG_SHARED_FS; in be_do_mount()
1213 mount_flags |= BE_MOUNT_FLAG_SHARED_RW; in be_do_mount()
1276 mount_flags) != 0) in be_do_mount()