Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c573 int mount_flags, in hs_mountfs() argument
615 use_rrip = (mount_flags & HSFSMNT_NORRIP) == 0; in hs_mountfs()
616 use_vers2 = (mount_flags & HSFSMNT_NOVERS2) == 0; in hs_mountfs()
617 use_joliet = (mount_flags & HSFSMNT_NOJOLIET) == 0; in hs_mountfs()
852 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
869 mount_flags |= HSFSMNT_NOTRAILSPACE; in hs_mountfs()
881 mount_flags &= ~HSFSMNT_NOTRAILDOT; in hs_mountfs()
882 mount_flags |= HSFSMNT_NOMAPLCASE | HSFSMNT_NOVERSION; in hs_mountfs()
894 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
895 mount_flags |= HSFSMNT_NOMAPLCASE; in hs_mountfs()
[all …]
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c1265 int mount_flags = 0; in be_do_mount() local
1275 mount_flags |= BE_MOUNT_FLAG_SHARED_FS; in be_do_mount()
1278 mount_flags |= BE_MOUNT_FLAG_SHARED_RW; in be_do_mount()
1341 mount_flags) != 0) in be_do_mount()