Searched refs:aed (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/udf/
H A Dtruncate.c159 struct allocExtDesc *aed = udf_discard_prealloc() local
161 aed->lengthAllocDescs = udf_discard_prealloc()
186 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); udf_update_alloc_ext_desc() local
189 aed->lengthAllocDescs = cpu_to_le32(lenalloc); udf_update_alloc_ext_desc()
H A Dballoc.c452 struct allocExtDesc *aed; udf_table_free_blocks() local
486 aed = (struct allocExtDesc *)(epos.bh->b_data); udf_table_free_blocks()
487 aed->previousAllocExtLocation = udf_table_free_blocks()
491 aed->lengthAllocDescs = cpu_to_le32(adsize); udf_table_free_blocks()
501 aed->lengthAllocDescs = cpu_to_le32(0); udf_table_free_blocks()
504 aed = (struct allocExtDesc *) udf_table_free_blocks()
506 le32_add_cpu(&aed->lengthAllocDescs, udf_table_free_blocks()
559 aed = (struct allocExtDesc *)epos.bh->b_data; udf_table_free_blocks()
560 le32_add_cpu(&aed->lengthAllocDescs, adsize); udf_table_free_blocks()
H A Dinode.c1875 struct allocExtDesc *aed; udf_add_aext() local
1915 aed = (struct allocExtDesc *)(nbh->b_data); udf_add_aext()
1917 aed->previousAllocExtLocation = udf_add_aext()
1921 aed->lengthAllocDescs = cpu_to_le32(adsize); udf_add_aext()
1928 aed->lengthAllocDescs = cpu_to_le32(0); udf_add_aext()
1933 aed = (struct allocExtDesc *)epos->bh->b_data; udf_add_aext()
1934 le32_add_cpu(&aed->lengthAllocDescs, adsize); udf_add_aext()
1983 aed = (struct allocExtDesc *)epos->bh->b_data; udf_add_aext()
1984 le32_add_cpu(&aed->lengthAllocDescs, adsize); udf_add_aext()
2035 struct allocExtDesc *aed = udf_write_aext() local
2038 le32_to_cpu(aed->lengthAllocDescs) + udf_write_aext()
2168 struct allocExtDesc *aed; udf_delete_aext() local
2209 aed = (struct allocExtDesc *)oepos.bh->b_data; udf_delete_aext()
2210 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); udf_delete_aext()
2226 aed = (struct allocExtDesc *)oepos.bh->b_data; udf_delete_aext()
2227 le32_add_cpu(&aed->lengthAllocDescs, -adsize); udf_delete_aext()

Completed in 90 milliseconds