Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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.c517 prealloc_loc = last_ext->extLocation; in udf_do_extend_file()
747 laarr[c].extLocation = eloc; in inode_getblk()
791 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
818 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
842 laarr[c + 1].extLocation = eloc; in inode_getblk()
946 &laarr[curr].extLocation, in udf_split_extents()
952 laarr[curr].extLocation. in udf_split_extents()
1041 laarr[c].extLocation. in udf_prealloc_extents()
1110 li->extLocation.logicalBlockNum + in udf_merge_extents()
1164 &li->extLocation, 0, in udf_merge_extents()
[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.c318 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
593 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
687 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
704 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
808 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
855 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1044 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1097 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1138 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1179 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()
1549 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1550 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1560 loc.extLocation++; in udf_load_logicalvolint()
1706 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1787 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1793 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
H A Ddir.c183 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
/dports/multimedia/libv4l/linux-5.13-rc2/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.c517 prealloc_loc = last_ext->extLocation; in udf_do_extend_file()
747 laarr[c].extLocation = eloc; in inode_getblk()
791 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
818 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
842 laarr[c + 1].extLocation = eloc; in inode_getblk()
946 &laarr[curr].extLocation, in udf_split_extents()
952 laarr[curr].extLocation. in udf_split_extents()
1041 laarr[c].extLocation. in udf_prealloc_extents()
1110 li->extLocation.logicalBlockNum + in udf_merge_extents()
1164 &li->extLocation, 0, in udf_merge_extents()
[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.c318 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
593 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
687 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
704 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
808 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
855 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1044 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1097 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1138 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1179 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()
1549 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1550 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1560 loc.extLocation++; in udf_load_logicalvolint()
1706 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1787 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1793 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
H A Ddir.c183 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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.c517 prealloc_loc = last_ext->extLocation; in udf_do_extend_file()
747 laarr[c].extLocation = eloc; in inode_getblk()
791 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
818 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
842 laarr[c + 1].extLocation = eloc; in inode_getblk()
946 &laarr[curr].extLocation, in udf_split_extents()
952 laarr[curr].extLocation. in udf_split_extents()
1041 laarr[c].extLocation. in udf_prealloc_extents()
1110 li->extLocation.logicalBlockNum + in udf_merge_extents()
1164 &li->extLocation, 0, in udf_merge_extents()
[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.c318 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup()
593 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir()
687 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir()
704 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir()
808 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
855 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
1044 cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location); in udf_link()
1097 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1138 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
1179 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()
1549 (bh = udf_read_tagged(sb, loc.extLocation, in udf_load_logicalvolint()
1550 loc.extLocation, &ident))) { in udf_load_logicalvolint()
1560 loc.extLocation++; in udf_load_logicalvolint()
1706 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()
1787 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1793 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
H A Ddir.c183 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Drecord_store_v1_simple.cpp439 for (DiskLoc extLocation = _details->firstExtent(opCtx); !extLocation.isNull(); in compact() local
440 extLocation = _extentManager->getExtent(extLocation)->xnext) { in compact()
441 extents.push_back(extLocation); in compact()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaFileTranslator.cpp449 int extLocation = fileObject.name().rindex ( '.' ); in identifyFile() local
451 if ( extLocation > 0 ) in identifyFile()
453 …MString ext = fileObject.name().substring ( extLocation + 1, fileObject.name().length()-1 ).toLowe… in identifyFile()
H A DCOLLADAMayaReferenceManager.cpp146 int extLocation = filename.rindex('.'); in processReference() local
147 if (extLocation > 0) in processReference()
149 MString ext = filename.substring(extLocation + 1, filename.length() - 1).toLowerCase(); in processReference()