Searched refs:udm_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1486 if (map->udm_count) {
1487 kmem_free(map->udm_count,
1488 map->udm_nent * sizeof (*map->udm_count));
1489 map->udm_count = NULL;
1708 udm->udm_count = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_count),
1716 udm->udm_count[0] = (SWAP_64(fe->fe_info_len) - 36) /
1742 udm->udm_count[i] = count / 4;
1744 udm->udm_count[i] = (count - 36) / 4;
H A Dudf_subr.c182 if (blkno < map->udm_count[i]) {
188 blkno -= map->udm_count[i];
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h160 uint32_t *udm_count; member in struct:ud_map
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h133 uint32_t *udm_count; /* Number of entrues in each table */ member in struct:ud_map

Completed in 103 milliseconds