Searched refs:extLocation (Results 1 – 6 of 6) sorted by relevance
| /fs/udf/ |
| 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()
|
| A D | inode.c | 782 laarr[c].extLocation = eloc; in inode_getblk() 834 memset(&laarr[0].extLocation, 0x00, in inode_getblk() 857 memset(&laarr[c].extLocation, 0x00, in inode_getblk() 879 laarr[c + 1].extLocation = eloc; in inode_getblk() 981 &laarr[curr].extLocation, in udf_split_extents() 987 laarr[curr].extLocation. in udf_split_extents() 1076 laarr[c].extLocation. in udf_prealloc_extents() 1154 li->extLocation.logicalBlockNum = 0; in udf_merge_extents() 1184 &li->extLocation, 0, in udf_merge_extents() 1213 laarr[i].extLocation, in udf_update_extents() [all …]
|
| 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 …]
|
| 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
|
| A D | dir.c | 111 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_readdir()
|
| A D | super.c | 847 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation); in udf_load_fileset() 1574 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol() 1626 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint() 1627 loc.extLocation, &ident))) { in udf_load_logicalvolint() 1637 loc.extLocation++; in udf_load_logicalvolint() 1790 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1871 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence() 1877 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
|
Completed in 21 milliseconds