Home
last modified time | relevance | path

Searched refs:Inode (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename rebind_traits<_Alloc, Inode>::pointer inode_pointer;
509 typedef typename Inode::iterator inode_iterator;
707 template<typename Node, typename Leaf, typename Head, typename Inode,
710 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
713 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
508 typedef typename rebind_traits<_Alloc, Inode>::pointer inode_pointer;
509 typedef typename Inode::iterator inode_iterator;
707 template<typename Node, typename Leaf, typename Head, typename Inode,
710 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
713 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
[all …]
/OK3568_Linux_fs/kernel/fs/qnx6/
H A Dsuper_mmi.c31 memcpy(&qsb->Inode, &sb->Inode, sizeof(sb->Inode)); in qnx6_mmi_copy_sb()
H A Dinode.c216 pr_debug("inode_levels: %02x\n", sb->Inode.levels); in qnx6_superblock_debug()
417 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { in qnx6_fill_super()
419 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels); in qnx6_fill_super()
436 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super()
/OK3568_Linux_fs/kernel/include/linux/
H A Dqnx6_fs.h110 struct qnx6_root_node Inode; member
129 struct qnx6_root_node Inode; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dbitmaps.rst23 Inode Table
25 Inode tables are statically allocated at mkfs time. Each block group
H A Dinodes.rst104 - Inode flags. See the table i_flags_ below.
148 - Extra change time bits. This provides sub-second precision. See Inode
279 - Inode uses extents (EXT4\_EXTENTS\_FL).
283 - Inode stores a large extended attribute value in its data blocks
289 - Inode is a snapshot (``EXT4_SNAPFILE_FL``). (not in mainline)
297 - Inode has inline data (EXT4\_INLINE\_DATA\_FL).
330 - Inode version. However, if the EA\_INODE inode flag is set, this inode
460 Inode Size
481 Finding an Inode
493 Inode Timestamps
H A Dsuper.rst407 - Inode number of user `quota <quota>`__ file.
411 - Inode number of group `quota <quota>`__ file.
434 - Inode number of lost+found
438 - Inode that tracks project quotas.
H A Dallocators.rst3 Block and Inode Allocation Policy
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsysv-fs.rst82 * Inode on disk: "short", 0 means non-existent, the root dir ino is:
184 * Inode layout:
226 Inode size inodes per block
H A Derofs.rst39 Inode metadata size 32 bytes 64 bytes
109 1. Inode metadata space
145 Inode could be 32 or 64 bytes, which can be distinguished from a common
H A Dqnx6.rst54 parts. (Inode, Bitmap and Longfilenames)
100 The filesize is stored 64bit. Inode counting starts with 1. (while long
183 Bitmap blocks, Inode blocks and indirect addressing blocks for those two
H A Dapi-summary.rst26 Inode Handling
H A Dnilfs2.rst238 1) Inode file (ifile) -- Stores on-disk inodes
H A Dgfs2-glocks.rst118 3. Inode glock(s)
H A Doverlayfs.rst57 Inode properties
487 summarized in the `Inode properties`_ table above.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dqnx4_fs.h84 struct qnx4_inode_entry Inode; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dqnx4_fs.h84 struct qnx4_inode_entry Inode; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dqnx4_fs.h84 struct qnx4_inode_entry Inode; member
/OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run.log13 Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
H A Dtest_output_isolated_correctly.log5 Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dreaddir.c254 fattr->cf_uniqueid = le64_to_cpu(info->Inode); in cifs_posix_to_fattr()
540 de->ino = le64_to_cpu(info->Inode); in cifs_fill_dirent_posix()
H A Dsmb2pdu.h1776 __le64 Inode; member
1800 __le64 Inode; member
/OK3568_Linux_fs/kernel/fs/cramfs/
H A DREADME190 Inode Size
/OK3568_Linux_fs/u-boot/board/freescale/m5373evb/
H A DREADME269 … 512 bytes) Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) Inode-cache hash table e…

12