Lines Matching refs:lvid
622 struct log_vol_int_desc *lvid; in ud_mountfs() local
744 struct log_vol_int_desc *lvid; in ud_mountfs() local
746 lvid = (struct log_vol_int_desc *)ttag; in ud_mountfs()
748 if (SWAP_32(lvid->lvid_int_type) != in ud_mountfs()
826 lvid = udf_vfsp->udf_lvid; in ud_mountfs()
837 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) { in ud_mountfs()
898 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) { in ud_mountfs()
1415 struct log_vol_int_desc *lvid; in ud_validate_and_fill_superblock() local
1417 lvid = (struct log_vol_int_desc *)ttag; in ud_validate_and_fill_superblock()
1418 udf_vfsp->udf_lvid = lvid; in ud_validate_and_fill_superblock()
1420 if (SWAP_32(lvid->lvid_int_type) == LOG_VOL_CLOSE_INT) { in ud_validate_and_fill_superblock()
1429 ud_convert_to_superblock(udf_vfsp, lvid); in ud_validate_and_fill_superblock()
1556 struct log_vol_int_desc *lvid) in ud_convert_to_superblock() argument
1563 udf_vfsp->udf_maxuniq = SWAP_64(lvid->lvid_uniqid); in ud_convert_to_superblock()
1564 temp = lvid->lvid_fst; in ud_convert_to_superblock()
1565 c = SWAP_32(lvid->lvid_npart); in ud_convert_to_superblock()