Lines Matching refs:allocExtDesc
538 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1770 struct allocExtDesc *aed; in udf_add_aext()
1810 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1818 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_add_aext()
1820 epos->offset = sizeof(struct allocExtDesc) + adsize; in udf_add_aext()
1825 epos->offset = sizeof(struct allocExtDesc); in udf_add_aext()
1828 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1863 sizeof(struct allocExtDesc)); in udf_add_aext()
1878 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1886 sizeof(struct allocExtDesc)); in udf_add_aext()
1930 struct allocExtDesc *aed = in udf_write_aext()
1931 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
1934 sizeof(struct allocExtDesc)); in udf_write_aext()
1954 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
1987 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
1989 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
1990 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2048 struct allocExtDesc *aed; in udf_delete_aext()
2089 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2097 sizeof(struct allocExtDesc)); in udf_delete_aext()
2106 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2114 sizeof(struct allocExtDesc)); in udf_delete_aext()