Home
last modified time | relevance | path

Searched refs:extLocation (Results 1 – 4 of 4) 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.c551 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
561 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
583 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
584 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
591 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
601 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
644 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
690 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
691 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
695 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 Dsuper.c847 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset()
1573 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
1625 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1626 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1636 loc.extLocation++; in udf_load_logicalvolint()
1788 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1869 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1875 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()