Home
last modified time | relevance | path

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

/linux-4.4.14/fs/udf/
Dinode.c1874 struct long_ad *lad = NULL; in udf_add_aext() local
1955 lad = (struct long_ad *)sptr; in udf_add_aext()
1956 lad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS | in udf_add_aext()
1958 lad->extLocation = cpu_to_lelb(epos->block); in udf_add_aext()
1959 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_add_aext()
2004 struct long_ad *lad; in udf_write_aext() local
2022 lad = (struct long_ad *)ptr; in udf_write_aext()
2023 lad->extLength = cpu_to_le32(elen); in udf_write_aext()
2024 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2025 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()
[all …]
Dballoc.c451 struct long_ad *lad = NULL; in udf_table_free_blocks() local
535 lad = (struct long_ad *)sptr; in udf_table_free_blocks()
536 lad->extLength = cpu_to_le32( in udf_table_free_blocks()
539 lad->extLocation = in udf_table_free_blocks()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt6 Prabhakar Lad <prabhakar.lad@ti.com>