Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c684 fsp->hsfs_namemax = ISO_FILE_NAMELEN; in hs_mountfs()
685 fsp->hsfs_namelen = ISO_FILE_NAMELEN; in hs_mountfs()
871 fsp->hsfs_namelen = ISO_FILE_NAMELEN; in hs_mountfs()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h262 #define ISO_FILE_NAMELEN 31 /* max length of a filename, */ macro