/linux/Documentation/filesystems/ext4/ |
H A D | special_inodes.rst | 51 - Inode number of lost+found directory. 53 - Inode number of quota file tracking project quotas 55 - Inode number of file tracking orphan inodes.
|
H A D | inode_table.rst | 3 Inode Table 6 Inode tables are statically allocated at mkfs time. Each block group
|
H A D | inodes.rst | 104 - 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 Timestamp [all...] |
H A D | super.rst | 411 - Inode number of user `quota <quota>`__ file. 415 - Inode number of group `quota <quota>`__ file. 438 - Inode number of lost+found 442 - Inode that tracks project quotas.
|
H A D | allocators.rst | 3 Block and Inode Allocation Policy
|
H A D | journal.rst | 704 - Inode 10 with valid refcount 730 4) Inode 11
|
H A D | directory.rst | 168 - Inode number, which must be zero.
|
/linux/fs/qnx6/ |
H A D | super_mmi.c | 31 memcpy(&qsb->Inode, &sb->Inode, sizeof(sb->Inode)); in qnx6_mmi_copy_sb()
|
H A D | inode.c | 214 pr_debug("inode_levels: %02x\n", sb->Inode.levels); in qnx6_superblock_debug() 410 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { in qnx6_fill_super() 412 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels); in qnx6_fill_super() 429 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super()
|
/linux/include/linux/ |
H A D | qnx6_fs.h | 110 struct qnx6_root_node Inode; member 129 struct qnx6_root_node Inode; member
|
/linux/include/uapi/linux/ |
H A D | qnx4_fs.h | 84 struct qnx4_inode_entry Inode; member
|
/linux/Documentation/filesystems/ |
H A D | api-summary.rst | 26 Inode Handling
|
H A D | multigrain-ts.rst | 33 Inode Timestamps 58 Inode Timestamp Ordering
|
H A D | erofs.rst | 51 Inode metadata size 32 bytes 64 bytes 159 1. Inode metadata space 195 Inode could be 32 or 64 bytes, which can be distinguished from a common
|
H A D | netfs_library.rst | 16 - Inode context helper functions. 17 - Inode locking. 18 - Inode writeback. 187 Per-Inode Context 264 Inode Context Helper Functions 283 Inode Locking 320 Inode Writeback
|
H A D | nilfs2.rst | 238 1) Inode file (ifile) -- Stores on-disk inodes
|
H A D | overlayfs.rst | 57 Inode properties 648 summarized in the `Inode properties`_ table above.
|
/linux/fs/smb/client/ |
H A D | smb2pdu.h | 389 __le64 Inode; member
|
H A D | readdir.c | 250 fattr->cf_uniqueid = le64_to_cpu(info->Inode); in cifs_posix_to_fattr() 519 de->ino = le64_to_cpu(info->Inode); in cifs_fill_dirent_posix()
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 13 Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
|
H A D | test_output_isolated_correctly.log | 5 Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
|
/linux/Documentation/security/ |
H A D | landlock.rst | 56 Inode access rights
|
/linux/fs/cramfs/ |
H A D | README | 190 Inode Size
|
/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1785 __le64 Inode; member
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-online-fsck-design.rst | 364 - Inode records and indexes 1274 4. Inode btree records are cross-referenced as follows: 1285 5. Inode records are cross-referenced as follows: 2567 Case Study: Rebuilding the Inode Index 2999 Inode Record Repairs 3002 Inode records must be handled carefully, because they have both ondisk records 3174 Coordinated Inode Scans 3289 Inode Management 3324 1. Inode reference (``iget``). 3328 3. Inode ``IOLOC [all...] |