Home
last modified time | relevance | path

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

/linux-4.1.27/fs/udf/
Dudfend.h52 out.extLocation = lelb_to_cpu(in.extLocation); in lela_to_cpu()
62 out.extLocation = cpu_to_lelb(in.extLocation); in cpu_to_lela()
72 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()
539 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
543 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
551 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
552 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
560 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
583 last_ext->extLocation = prealloc_loc; in udf_do_extend_file()
[all …]
Decma_167.h151 __le32 extLocation; member
156 uint32_t extLocation; member
376 struct lb_addr extLocation; member
382 struct kernel_lb_addr extLocation; member
391 struct lb_addr extLocation; member
398 struct kernel_lb_addr extLocation; member
Dnamei.c285 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
567 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
661 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
679 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
781 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
824 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1012 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1057 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1096 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1137 dir_fi->icb.extLocation = cpu_to_lelb(UDF_I(new_dir)->i_location); in udf_rename()
[all …]
Dsuper.c1045 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset()
1538 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
1563 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1564 loc.extLocation, &ident)) && in udf_load_logicalvolint()
1576 loc.extLocation++; in udf_load_logicalvolint()
1642 vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1739 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1745 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
Ddir.c174 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
Dballoc.c539 lad->extLocation = in udf_table_free_blocks()