Searched refs:hs_parsedir (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_susp_subr.c | 443 if (hs_parsedir(fsp, root_ptr, hdp, (char *)NULL, (int *)NULL, in hs_check_root_dirent() 445 (void) hs_parsedir(fsp, root_ptr, hdp, (char *)NULL, in hs_check_root_dirent()
|
H A D | hsfs_node.c | 739 error = hs_parsedir(fsp, &dirp[off], &hd, (char *)NULL, (int *)NULL, in hs_remakenode() 923 hs_parsedir( in hs_parsedir() function 1429 (void) hs_parsedir(fsp, &secp[secoff], hdp, (char *)NULL, in hs_filldirent() 1653 parsedir_res = hs_parsedir(fsp, dirp, &hd, in process_dirblock()
|
H A D | hsfs_vfsops.c | 1113 return (hs_parsedir(fsp, HSV_ROOT_DIR(volp), &hvp->root_dir, in hs_parsehsvol() 1330 return (hs_parsedir(fsp, ISO_ROOT_DIR(volp), &hvp->root_dir, in hs_parseisovol()
|
H A D | hsfs_vnops.c | 466 * "consolidate" the code in hs_parsedir(), in hsfs_readdir() 489 * XXX - maybe hs_parsedir() will detect EXISTENCE bit in hsfs_readdir() 491 if (!hs_parsedir(fsp, &blkp[rel_offset(offset)], in hsfs_readdir()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | hsfs_impl.h | 61 extern int hs_parsedir(struct hsfs *fsp, uchar_t *dirp,
|