Lines Matching refs:allocExtDesc
653 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1922 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1946 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1960 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
1999 struct allocExtDesc *aed; in __udf_add_aext()
2013 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2015 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2025 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2033 sizeof(struct allocExtDesc)); in __udf_add_aext()
2112 struct allocExtDesc *aed = in udf_write_aext()
2113 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2116 sizeof(struct allocExtDesc)); in udf_write_aext()
2151 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2184 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2186 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2187 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2244 struct allocExtDesc *aed; in udf_delete_aext()
2287 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2295 sizeof(struct allocExtDesc)); in udf_delete_aext()
2304 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2312 sizeof(struct allocExtDesc)); in udf_delete_aext()