Searched refs:neloc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | truncate.c | 33 struct kernel_lb_addr neloc = {}; in extent_trunc() local 45 neloc = *eloc; in extent_trunc() 50 udf_write_aext(inode, epos, &neloc, nelen, 0); in extent_trunc() 205 struct kernel_lb_addr eloc, neloc = {}; in udf_truncate_extents() local 245 udf_write_aext(inode, &epos, &neloc, nelen, 0); in udf_truncate_extents()
|
| H A D | inode.c | 1932 struct kernel_lb_addr neloc; in udf_setup_indirect_aext() local 1942 neloc.logicalBlockNum = block; in udf_setup_indirect_aext() 1943 neloc.partitionReferenceNum = epos->block.partitionReferenceNum; in udf_setup_indirect_aext() 1945 bh = udf_tgetblk(sb, udf_get_lb_pblock(sb, &neloc, 0)); in udf_setup_indirect_aext() 1967 nepos.block = neloc; in udf_setup_indirect_aext() 2227 struct kernel_lb_addr neloc, uint32_t nelen) in udf_insert_aext() argument 2237 udf_write_aext(inode, &epos, &neloc, nelen, 1); in udf_insert_aext() 2238 neloc = oeloc; in udf_insert_aext() 2241 udf_add_aext(inode, &epos, &neloc, nelen, 1); in udf_insert_aext()
|