Home
last modified time | relevance | path

Searched refs:fsd_len (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c266 (udh->udfs.fsd_len != 0)) { in label()
271 udh->udfs.fsd_len) != 0) { in label()
287 (void) ud_write_dev(udh, off, buf, udh->udfs.fsd_len); in label()
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c642 uint32_t fsd_loc, fsd_len; in ud_read_and_translate_lvd() local
753 fsd_len = SWAP_32(lvd->lvd_lvcu.lad_ext_len); in ud_read_and_translate_lvd()
764 if (ud_get_latest_fsd(h, fsd_prn, fsd_loc, fsd_len) != 0) { in ud_read_and_translate_lvd()
854 uint32_t fsd_loc, uint32_t fsd_len) in ud_get_latest_fsd() argument
867 h->udfs.fsds_len = fsd_len; in ud_get_latest_fsd()
870 fsds_len = lb_roundup(fsd_len, h->udfs.lbsize); in ud_get_latest_fsd()
898 if ((h->udfs.fsd_len == 0) || in ud_get_latest_fsd()
902 h->udfs.fsd_len = lb_roundup(512, in ud_get_latest_fsd()
914 fsd_len = SWAP_32(fsd->fsd_next.lad_ext_len); in ud_get_latest_fsd()
935 if (h->udfs.fsd_len == 0) { in ud_get_latest_fsd()
H A Dfstyp.c358 if (udfs->fsd_len != 0) { in print_vds()
360 if (ud_read_dev(h->udh, off, buf, udfs->fsd_len) != 0) { in print_vds()
H A Dud_lib.h117 uint32_t fsd_len; member