Lines Matching refs:allocExtDesc
651 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1928 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1952 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1966 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2005 struct allocExtDesc *aed; in __udf_add_aext()
2019 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2021 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2031 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2039 sizeof(struct allocExtDesc)); in __udf_add_aext()
2118 struct allocExtDesc *aed = in udf_write_aext()
2119 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2122 sizeof(struct allocExtDesc)); in udf_write_aext()
2157 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2190 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2192 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2193 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2250 struct allocExtDesc *aed; in udf_delete_aext()
2293 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2301 sizeof(struct allocExtDesc)); in udf_delete_aext()
2310 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2318 sizeof(struct allocExtDesc)); in udf_delete_aext()