Lines Matching refs:allocExtDesc
676 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1957 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1981 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1995 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2034 struct allocExtDesc *aed; in __udf_add_aext()
2048 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2050 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2060 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2068 sizeof(struct allocExtDesc)); in __udf_add_aext()
2147 struct allocExtDesc *aed = in udf_write_aext()
2148 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2151 sizeof(struct allocExtDesc)); in udf_write_aext()
2186 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2219 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2221 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2222 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2280 struct allocExtDesc *aed; in udf_delete_aext()
2323 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2331 sizeof(struct allocExtDesc)); in udf_delete_aext()
2340 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2348 sizeof(struct allocExtDesc)); in udf_delete_aext()