Lines Matching refs:allocExtDesc
670 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1954 struct allocExtDesc *aed; in udf_setup_indirect_aext()
1978 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1992 nepos.offset = sizeof(struct allocExtDesc); in udf_setup_indirect_aext()
2031 struct allocExtDesc *aed; in __udf_add_aext()
2045 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2047 epos->offset - sizeof(struct allocExtDesc)); in __udf_add_aext()
2057 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2065 sizeof(struct allocExtDesc)); in __udf_add_aext()
2144 struct allocExtDesc *aed = in udf_write_aext()
2145 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2148 sizeof(struct allocExtDesc)); in udf_write_aext()
2183 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2216 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2218 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2219 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2277 struct allocExtDesc *aed; in udf_delete_aext()
2320 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2328 sizeof(struct allocExtDesc)); in udf_delete_aext()
2337 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2345 sizeof(struct allocExtDesc)); in udf_delete_aext()