Searched refs:um_stbl (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/isofs/udf/ |
H A D | udf_vfsops.c | 477 if (ump->um_stbl != NULL) in udf_unmount() 478 free(ump->um_stbl, M_UDFMOUNT, 0); in udf_unmount() 770 ump->um_stbl = malloc(letoh32(pms->st_size), M_UDFMOUNT, M_NOWAIT); in udf_get_spartmap() 771 if (ump->um_stbl == NULL) in udf_get_spartmap() 774 bzero(ump->um_stbl, letoh32(pms->st_size)); in udf_get_spartmap() 785 free(ump->um_stbl, M_UDFMOUNT, 0); in udf_get_spartmap() 789 bcopy(bp->b_data, ump->um_stbl, letoh32(pms->st_size)); in udf_get_spartmap() 793 if (udf_checktag(&ump->um_stbl->tag, 0)) { in udf_get_spartmap() 794 free(ump->um_stbl, M_UDFMOUNT, 0); in udf_get_spartmap() 802 for (i = 0; i < letoh16(ump->um_stbl->rt_l); i++) { in udf_get_spartmap() [all …]
|
H A D | udf.h | 79 struct udf_sparing_table *um_stbl; member
|
H A D | udf_vnops.c | 1392 if (ump->um_stbl != NULL) { in udf_bmap_internal() 1395 lsector - letoh32(ump->um_stbl->entries[i].org); in udf_bmap_internal() 1398 letoh32(ump->um_stbl->entries[i].map) + in udf_bmap_internal()
|