Lines Matching refs:allocExtDesc
680 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1982 struct allocExtDesc *aed; in udf_setup_indirect_aext()
2007 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
2021 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2065 struct allocExtDesc *aed; in __udf_add_aext()
2079 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2081 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2091 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2099 sizeof(struct allocExtDesc)); in __udf_add_aext()
2178 struct allocExtDesc *aed = in udf_write_aext()
2179 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2182 sizeof(struct allocExtDesc)); in udf_write_aext()
2226 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2259 struct allocExtDesc *header = in udf_current_aext()
2260 (struct allocExtDesc *)epos->bh->b_data; in udf_current_aext()
2263 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2265 if (check_add_overflow(sizeof(struct allocExtDesc), in udf_current_aext()
2328 struct allocExtDesc *aed; in udf_delete_aext()
2380 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2388 sizeof(struct allocExtDesc)); in udf_delete_aext()
2397 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2405 sizeof(struct allocExtDesc)); in udf_delete_aext()