Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h44 #define HSFSMNT_NOTRAILDOT 0x2 /* ignore trailing '.' */ macro
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c326 flags |= HSFSMNT_NOTRAILDOT; in hsfs_mount()
851 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
880 mount_flags &= ~HSFSMNT_NOTRAILDOT; in hs_mountfs()
893 mount_flags &= ~(HSFSMNT_NOMAPLCASE | HSFSMNT_NOTRAILDOT); in hs_mountfs()
H A Dhsfs_node.c822 if ((fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in hs_dirlook()
1114 if ((fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in hs_parsedir()
1631 (fsp->hsfs_flags & HSFSMNT_NOTRAILDOT) && in process_dirblock()