Home
last modified time | relevance | path

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

/linux-4.4.14/fs/udf/
Dtruncate.c159 struct allocExtDesc *aed = in udf_discard_prealloc() local
161 aed->lengthAllocDescs = in udf_discard_prealloc()
186 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc() local
189 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
Dballoc.c452 struct allocExtDesc *aed; in udf_table_free_blocks() local
486 aed = (struct allocExtDesc *)(epos.bh->b_data); in udf_table_free_blocks()
487 aed->previousAllocExtLocation = in udf_table_free_blocks()
491 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_table_free_blocks()
501 aed->lengthAllocDescs = cpu_to_le32(0); in udf_table_free_blocks()
504 aed = (struct allocExtDesc *) in udf_table_free_blocks()
506 le32_add_cpu(&aed->lengthAllocDescs, in udf_table_free_blocks()
559 aed = (struct allocExtDesc *)epos.bh->b_data; in udf_table_free_blocks()
560 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_table_free_blocks()
Dinode.c1875 struct allocExtDesc *aed; in udf_add_aext() local
1915 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1917 aed->previousAllocExtLocation = in udf_add_aext()
1921 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_add_aext()
1928 aed->lengthAllocDescs = cpu_to_le32(0); in udf_add_aext()
1933 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1934 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()
1983 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1984 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()
2035 struct allocExtDesc *aed = in udf_write_aext() local
[all …]