Searched refs:extLocation (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | udfend.h | 53 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 D | inode.c | 779 laarr[c].extLocation = eloc; in inode_getblk() 830 memset(&laarr[0].extLocation, 0x00, in inode_getblk() 853 memset(&laarr[c].extLocation, 0x00, in inode_getblk() 875 laarr[c + 1].extLocation = eloc; in inode_getblk() 977 &laarr[curr].extLocation, in udf_split_extents() 983 laarr[curr].extLocation. in udf_split_extents() 1072 laarr[c].extLocation. in udf_prealloc_extents() 1150 li->extLocation.logicalBlockNum = 0; in udf_merge_extents() 1180 &li->extLocation, 0, in udf_merge_extents() 1209 laarr[i].extLocation, in udf_update_extents() [all …]
|
H A D | ecma_167.h | 161 __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 D | namei.c | 124 loc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_lookup() 364 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir() 450 iter.fi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir() 466 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir() 512 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_rmdir() 548 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_unlink() 739 iter.fi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link() 780 tloc = lelb_to_cpu(oiter.fi.icb.extLocation); in udf_rename() 803 tloc = lelb_to_cpu(diriter.fi.icb.extLocation); in udf_rename() 875 diriter.fi.icb.extLocation = in udf_rename() [all …]
|
H A D | dir.c | 111 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_readdir()
|
H A D | super.c | 816 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset() 1534 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol() 1573 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint() 1574 loc.extLocation, &ident))) { in udf_load_logicalvolint() 1584 loc.extLocation++; in udf_load_logicalvolint() 1742 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1823 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence() 1829 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
|