Lines Matching refs:allocExtDesc
653 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1930 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1954 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1968 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2007 struct allocExtDesc *aed; in __udf_add_aext()
2021 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2023 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2033 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2041 sizeof(struct allocExtDesc)); in __udf_add_aext()
2120 struct allocExtDesc *aed = in udf_write_aext()
2121 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2124 sizeof(struct allocExtDesc)); in udf_write_aext()
2159 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2192 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2194 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2195 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2252 struct allocExtDesc *aed; in udf_delete_aext()
2295 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2303 sizeof(struct allocExtDesc)); in udf_delete_aext()
2312 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2320 sizeof(struct allocExtDesc)); in udf_delete_aext()