Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c516 prealloc_loc = last_ext->extLocation; in udf_do_extend_file()
521 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
522 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
537 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
544 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
561 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
562 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
578 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
592 last_ext->extLocation = prealloc_loc; in udf_do_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.c321 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
596 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
688 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
705 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
809 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
856 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1049 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1102 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1143 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1184 dir_fi->icb.extLocation = cpu_to_lelb(UDF_I(new_dir)->i_location); in udf_rename()
[all …]
H A Dsuper.c810 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset()
1511 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
1550 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1551 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1561 loc.extLocation++; in udf_load_logicalvolint()
1719 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1800 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1806 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
H A Ddir.c208 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()