Searched refs:extLocation (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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 | 775 laarr[c].extLocation = eloc; in inode_getblk() 827 memset(&laarr[0].extLocation, 0x00, in inode_getblk() 850 memset(&laarr[c].extLocation, 0x00, in inode_getblk() 872 laarr[c + 1].extLocation = eloc; in inode_getblk() 974 &laarr[curr].extLocation, in udf_split_extents() 980 laarr[curr].extLocation. in udf_split_extents() 1069 laarr[c].extLocation. in udf_prealloc_extents() 1147 li->extLocation.logicalBlockNum = 0; in udf_merge_extents() 1177 &li->extLocation, 0, in udf_merge_extents() 1206 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() 360 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir() 446 iter.fi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir() 462 iter.fi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir() 508 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_rmdir() 548 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_unlink() 742 iter.fi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link() 783 tloc = lelb_to_cpu(oiter.fi.icb.extLocation); in udf_rename() 819 tloc = lelb_to_cpu(diriter.fi.icb.extLocation); in udf_rename() 891 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 | 847 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset() 1565 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol() 1617 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint() 1618 loc.extLocation, &ident))) { in udf_load_logicalvolint() 1628 loc.extLocation++; in udf_load_logicalvolint() 1781 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1862 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence() 1868 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
|