Searched refs:extLocation (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/udf/ |
D | udfend.h | 52 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()
|
D | inode.c | 421 prealloc_loc = last_ext->extLocation; in udf_do_extend_file() 426 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file() 427 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file() 443 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 447 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 455 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file() 456 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file() 464 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 473 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 487 last_ext->extLocation = prealloc_loc; in udf_do_extend_file() [all …]
|
D | ecma_167.h | 151 __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
|
D | namei.c | 286 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup() 583 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_create() 623 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mknod() 666 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir() 683 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir() 783 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir() 826 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink() 995 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_symlink() 1034 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link() 1077 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename() [all …]
|
D | super.c | 923 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset() 1396 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol() 1421 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint() 1422 loc.extLocation, &ident)) && in udf_load_logicalvolint() 1434 loc.extLocation++; in udf_load_logicalvolint() 1503 vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1587 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence() 1593 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
|
D | dir.c | 163 struct kernel_lb_addr tloc = lelb_to_cpu(cfi.icb.extLocation); in do_udf_readdir()
|
D | balloc.c | 543 lad->extLocation = in udf_table_free_blocks()
|