Home
last modified time | relevance | path

Searched refs:avd_loc (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c342 ud_get_fs_bsize(ud_handle_t h, uint32_t offset, uint32_t *avd_loc) in ud_get_fs_bsize() argument
383 *avd_loc = 256; in ud_get_fs_bsize()
385 *avd_loc += in ud_get_fs_bsize()
388 *avd_loc += in ud_get_fs_bsize()
400 *avd_loc = (num_blocks >> shift) - in ud_get_fs_bsize()
407 off = (uint64_t)*avd_loc * bsize; in ud_get_fs_bsize()
423 UD_ANCH_VOL_DESC, *avd_loc, 1, 0) != 0) { in ud_get_fs_bsize()
433 *avd_loc = 0; in ud_get_fs_bsize()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c626 uint32_t avd_loc; in ud_mountfs() local
1003 avd_loc, 1, ANCHOR_VOL_DESC_LEN) != 0) { in ud_validate_and_fill_superblock()
1842 uint32_t avd_loc; in ud_get_lbsize() local
1865 avd_loc = 256; in ud_get_lbsize()
1867 avd_loc += in ud_get_lbsize()
1870 avd_loc += in ud_get_lbsize()
1874 avd_loc = last_block - (1 << shift); in ud_get_lbsize()
1876 avd_loc = last_block - (256 << shift); in ud_get_lbsize()
1879 bp = ud_bread(dev, avd_loc << shift, in ud_get_lbsize()
1891 UD_ANCH_VOL_DESC, avd_loc, in ud_get_lbsize()
[all …]