Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c327 flags |= HSFSMNT_NOTRAILDOT; in hsfs_mount()
852 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
881 mount_flags &= ~HSFSMNT_NOTRAILDOT; in hs_mountfs()
894 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
H A Dhsfs_node.c822 if ((fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in hs_dirlook()
1113 if ((fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in hs_parsedir()
1630 (fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in process_dirblock()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h42 #define HSFSMNT_NOTRAILDOT 0x2 /* ignore trailing '.' */ macro