Lines Matching refs:allocExtDesc
680 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1981 struct allocExtDesc *aed; in udf_setup_indirect_aext()
2006 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
2020 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2064 struct allocExtDesc *aed; in __udf_add_aext()
2078 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2080 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2090 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2098 sizeof(struct allocExtDesc)); in __udf_add_aext()
2177 struct allocExtDesc *aed = in udf_write_aext()
2178 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2181 sizeof(struct allocExtDesc)); in udf_write_aext()
2225 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2258 struct allocExtDesc *header = in udf_current_aext()
2259 (struct allocExtDesc *)epos->bh->b_data; in udf_current_aext()
2262 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2264 if (check_add_overflow(sizeof(struct allocExtDesc), in udf_current_aext()
2327 struct allocExtDesc *aed; in udf_delete_aext()
2379 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2387 sizeof(struct allocExtDesc)); in udf_delete_aext()
2396 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2404 sizeof(struct allocExtDesc)); in udf_delete_aext()