Lines Matching refs:allocExtDesc
654 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1925 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1949 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1963 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2002 struct allocExtDesc *aed; in __udf_add_aext()
2016 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2018 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2028 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2036 sizeof(struct allocExtDesc)); in __udf_add_aext()
2115 struct allocExtDesc *aed = in udf_write_aext()
2116 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2119 sizeof(struct allocExtDesc)); in udf_write_aext()
2154 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2187 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2189 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2190 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2247 struct allocExtDesc *aed; in udf_delete_aext()
2290 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2298 sizeof(struct allocExtDesc)); in udf_delete_aext()
2307 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2315 sizeof(struct allocExtDesc)); in udf_delete_aext()