Home
last modified time | relevance | path

Searched refs:allocExtDesc (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dtruncate.c100 lenalloc -= sizeof(struct allocExtDesc); in udf_truncate_extents()
113 memset(bh->b_data, 0x00, sizeof(struct allocExtDesc)); in udf_truncate_extents()
125 struct allocExtDesc *aed = (struct allocExtDesc *)(bh->b_data); in udf_truncate_extents()
129 sizeof(struct allocExtDesc)); in udf_truncate_extents()
131 udf_update_tag(bh->b_data, sizeof(struct allocExtDesc)); in udf_truncate_extents()
158 memset(bh->b_data, 0x00, sizeof(struct allocExtDesc)); in udf_truncate_extents()
170 struct allocExtDesc *aed = (struct allocExtDesc *)(bh->b_data); in udf_truncate_extents()
174 sizeof(struct allocExtDesc)); in udf_truncate_extents()
176 udf_update_tag(bh->b_data, sizeof(struct allocExtDesc)); in udf_truncate_extents()
191 (bh && extoffset == sizeof(struct allocExtDesc))) { in udf_truncate_extents()
Dinode.c1624 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()
[all …]
Dballoc.c539 struct allocExtDesc *aed; in udf_table_free_blocks()
577 aed = (struct allocExtDesc *)(nbh->b_data); in udf_table_free_blocks()
584 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_table_free_blocks()
586 nextoffset = sizeof(struct allocExtDesc) + adsize; in udf_table_free_blocks()
593 nextoffset = sizeof(struct allocExtDesc); in udf_table_free_blocks()
597 aed = (struct allocExtDesc *)(obh)->b_data; in udf_table_free_blocks()
649 aed = (struct allocExtDesc *)nbh->b_data; in udf_table_free_blocks()
Decma_167.h475 struct allocExtDesc struct