Lines Matching refs:allocExtDesc
634 (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { in udf_extend_file()
1875 struct allocExtDesc *aed; in udf_add_aext()
1915 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1923 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_add_aext()
1925 epos->offset = sizeof(struct allocExtDesc) + adsize; in udf_add_aext()
1930 epos->offset = sizeof(struct allocExtDesc); in udf_add_aext()
1933 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1968 sizeof(struct allocExtDesc)); in udf_add_aext()
1983 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1991 sizeof(struct allocExtDesc)); in udf_add_aext()
2035 struct allocExtDesc *aed = in udf_write_aext()
2036 (struct allocExtDesc *)epos->bh->b_data; in udf_write_aext()
2039 sizeof(struct allocExtDesc)); in udf_write_aext()
2074 epos->offset = sizeof(struct allocExtDesc); in udf_next_aext()
2107 epos->offset = sizeof(struct allocExtDesc); in udf_current_aext()
2109 alen = sizeof(struct allocExtDesc) + in udf_current_aext()
2110 le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> in udf_current_aext()
2168 struct allocExtDesc *aed; in udf_delete_aext()
2209 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2217 sizeof(struct allocExtDesc)); in udf_delete_aext()
2226 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2234 sizeof(struct allocExtDesc)); in udf_delete_aext()