Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c396 if (hdp->ext_lbn != HDE_EXT_LBN(root_ptr)) { in hs_check_root_dirent()
H A Dhsfs_node.c939 hdp->ext_lbn = HDE_EXT_LBN(dirp); in hs_parsedir()
1425 if (hdp->ext_lbn != HDE_EXT_LBN(&secp[secoff])) { in hs_filldirent()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_spec.h251 #define HDE_EXT_LBN(x) BOTH_INT(HDE_ext_lbn(x)) macro