Home
last modified time | relevance | path

Searched refs:extLocation (Results 1 – 5 of 5) sorted by relevance

/linux/fs/udf/
H A Dudfend.h53 out.extLocation = lelb_to_cpu(in.extLocation); in lela_to_cpu()
63 out.extLocation = cpu_to_lelb(in.extLocation); in cpu_to_lela()
73 out.extLocation = le32_to_cpu(in.extLocation); in leea_to_cpu()
H A Dinode.c544 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
554 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
576 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
577 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
584 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
594 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
637 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
683 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
684 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
688 err = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
[all …]
H A Decma_167.h161 __le32 extLocation; member
166 uint32_t extLocation; member
393 struct lb_addr extLocation; member
399 struct kernel_lb_addr extLocation; member
408 struct lb_addr extLocation; member
415 struct kernel_lb_addr extLocation; member
H A Dnamei.c124 loc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_lookup()
360 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
446 iter.fi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
462 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
508 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_rmdir()
548 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_unlink()
742 iter.fi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
783 tloc = lelb_to_cpu(oiter.fi.icb.extLocation); in udf_rename()
819 tloc = lelb_to_cpu(diriter.fi.icb.extLocation); in udf_rename()
891 diriter.fi.icb.extLocation = in udf_rename()
[all …]
H A Ddir.c111 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_readdir()