Lines Matching refs:allocExtDesc
687 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1989 struct allocExtDesc *aed; in udf_setup_indirect_aext()
2014 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
2028 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2072 struct allocExtDesc *aed; in __udf_add_aext()
2086 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2088 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2098 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2106 sizeof(struct allocExtDesc)); in __udf_add_aext()
2185 struct allocExtDesc *aed = in udf_write_aext()
2186 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2189 sizeof(struct allocExtDesc)); in udf_write_aext()
2233 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2266 struct allocExtDesc *header = in udf_current_aext()
2267 (struct allocExtDesc *)epos->bh->b_data; in udf_current_aext()
2270 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2272 if (check_add_overflow(sizeof(struct allocExtDesc), in udf_current_aext()
2335 struct allocExtDesc *aed; in udf_delete_aext()
2387 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2395 sizeof(struct allocExtDesc)); in udf_delete_aext()
2404 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2412 sizeof(struct allocExtDesc)); in udf_delete_aext()