Home
last modified time | relevance | path

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

/Linux-v5.4/fs/udf/
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()
Dinode.c517 prealloc_loc = last_ext->extLocation; in udf_do_extend_file()
522 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
523 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
538 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
545 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
559 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
560 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
567 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
576 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
590 last_ext->extLocation = prealloc_loc; in udf_do_extend_file()
[all …]
Decma_167.h165 __le32 extLocation; member
170 uint32_t extLocation; member
390 struct lb_addr extLocation; member
396 struct kernel_lb_addr extLocation; member
405 struct lb_addr extLocation; member
412 struct kernel_lb_addr extLocation; member
Dnamei.c318 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
594 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
686 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
703 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
807 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
854 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1043 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1096 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1137 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1178 dir_fi->icb.extLocation = cpu_to_lelb(UDF_I(new_dir)->i_location); in udf_rename()
[all …]
Dsuper.c808 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset()
1511 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
1549 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1550 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1560 loc.extLocation++; in udf_load_logicalvolint()
1705 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1782 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1788 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
Ddir.c183 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()