Lines Matching refs:allocExtDesc
654 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1931 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1955 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1969 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2008 struct allocExtDesc *aed; in __udf_add_aext()
2022 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2024 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2034 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2042 sizeof(struct allocExtDesc)); in __udf_add_aext()
2121 struct allocExtDesc *aed = in udf_write_aext()
2122 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2125 sizeof(struct allocExtDesc)); in udf_write_aext()
2160 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2193 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2195 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2196 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2253 struct allocExtDesc *aed; in udf_delete_aext()
2296 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2304 sizeof(struct allocExtDesc)); in udf_delete_aext()
2313 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2321 sizeof(struct allocExtDesc)); in udf_delete_aext()