Lines Matching refs:allocExtDesc
1624 struct allocExtDesc *aed; in udf_add_aext()
1668 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1676 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_add_aext()
1678 *extoffset = sizeof(struct allocExtDesc) + adsize; in udf_add_aext()
1685 *extoffset = sizeof(struct allocExtDesc); in udf_add_aext()
1689 aed = (struct allocExtDesc *)(*bh)->b_data; in udf_add_aext()
1730 udf_update_tag((*bh)->b_data, sizeof(struct allocExtDesc)); in udf_add_aext()
1745 aed = (struct allocExtDesc *)(*bh)->b_data; in udf_add_aext()
1751 udf_update_tag((*bh)->b_data, sizeof(struct allocExtDesc)); in udf_add_aext()
1808 struct allocExtDesc *aed = (struct allocExtDesc *)(bh)->b_data; in udf_write_aext()
1810 le32_to_cpu(aed->lengthAllocDescs) + sizeof(struct allocExtDesc)); in udf_write_aext()
1864 struct allocExtDesc *aed = (struct allocExtDesc *)(*bh)->b_data; in udf_next_aext()
1866 pos = sizeof(struct allocExtDesc); in udf_next_aext()
1976 struct allocExtDesc *aed = (struct allocExtDesc *)(*bh)->b_data; in udf_current_aext()
1978 pos = sizeof(struct allocExtDesc); in udf_current_aext()
2068 struct allocExtDesc *aed; in udf_delete_aext()
2125 aed = (struct allocExtDesc *)(obh)->b_data; in udf_delete_aext()
2131 udf_update_tag((obh)->b_data, sizeof(struct allocExtDesc)); in udf_delete_aext()
2145 aed = (struct allocExtDesc *)(obh)->b_data; in udf_delete_aext()
2151 udf_update_tag((obh)->b_data, sizeof(struct allocExtDesc)); in udf_delete_aext()