Home
last modified time | relevance | path

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

/fs/udf/
Dinode.c1932 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
1956 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1958 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
1961 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
2009 struct allocExtDesc *aed; in __udf_add_aext() local
2023 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2024 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
2035 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2036 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2122 struct allocExtDesc *aed = in udf_write_aext() local
[all …]
Dtruncate.c168 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc() local
171 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()