Lines Matching refs:allocExtDesc
634 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1880 struct allocExtDesc *aed; in udf_add_aext()
1920 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1928 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_add_aext()
1930 epos->offset = sizeof(struct allocExtDesc) + adsize; in udf_add_aext()
1935 epos->offset = sizeof(struct allocExtDesc); in udf_add_aext()
1938 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1973 sizeof(struct allocExtDesc)); in udf_add_aext()
1988 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1996 sizeof(struct allocExtDesc)); in udf_add_aext()
2040 struct allocExtDesc *aed = in udf_write_aext()
2041 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2044 sizeof(struct allocExtDesc)); in udf_write_aext()
2079 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2112 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2114 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2115 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2173 struct allocExtDesc *aed; in udf_delete_aext()
2214 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2222 sizeof(struct allocExtDesc)); in udf_delete_aext()
2231 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2239 sizeof(struct allocExtDesc)); in udf_delete_aext()