/Linux-v4.19/fs/overlayfs/ |
D | Kconfig | 45 bool "Overlayfs: turn on inodes index feature by default" 49 the index directory to map lower inodes to upper inodes by default. 54 The inodes index feature prevents breaking of lower hardlinks on copy 57 Note, that the inodes index feature is not backward compatible. 58 That is, mounting an overlay which has an inodes index on a kernel 98 inodes to a unified address space. The mapped 64bit inode numbers 99 might not be compatible with applications that expect 32bit inodes. 101 If compatibility with applications that expect 32bit inodes is not an 121 mounting an overlay which has metacopy only inodes on a kernel
|
/Linux-v4.19/fs/squashfs/ |
D | export.c | 124 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 126 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes); in squashfs_read_inode_lookup_table() 134 if (inodes == 0) in squashfs_read_inode_lookup_table()
|
D | super.c | 177 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super() 188 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super() 264 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 364 buf->f_files = msblk->inodes; in squashfs_statfs()
|
D | squashfs_fs_sb.h | 77 unsigned int inodes; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | squashfs.txt | 5 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and 44 Squashfs compresses data, inodes and directories. In addition, inode and 48 inodes have different sizes). 109 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each 115 boundaries, therefore inodes overlap compressed blocks. Inodes are identified 120 To maximise compression there are different inodes for each file type 125 directory inode are defined: inodes optimised for frequently occurring 132 Like inodes, directories are packed into compressed metadata blocks, stored 139 fact that (in most cases) the inodes of the files will be in the same 205 expired/flushed inodes. [all …]
|
D | quota.txt | 6 number of used inodes (inode is a filesystem structure which is associated with 8 of used inodes there are actually two limits. The first one is called softlimit 13 more space/inodes until he frees enough of them to get below softlimit.
|
D | sysv-fs.txt | 43 separate areas for inodes and for directories/data. 74 There is a cache of a certain number of free inodes in the super-block. 75 When it is exhausted, new free inodes are found using a linear search. 169 * Inode size, inodes per block
|
D | qnx6.txt | 16 concepts of blocks, inodes and directories. 47 Each superblock holds a set of root inodes for the different filesystem 59 indirect addressing blocks or inodes. 91 filename inodes start with 0) 112 Symbolic links are also filesystem objects with inodes. They got a specific
|
D | ext2.txt | 67 the concepts of blocks, inodes and directories. It has space in the 91 bitmap and the inode usage bitmap which show which blocks and inodes 116 number of inodes and blocks in the filesystem and how many are free, 117 how many inodes and blocks are in each block group, when the filesystem 178 The inode allocation code tries to assign inodes which are in the same 191 Symbolic links are also filesystem objects with inodes. They deserve 304 created, and depend upon the block size chosen. The ratio of inodes to 306 increase the number of inodes is to increase the size of the filesystem. 307 No tools currently exist which can change the ratio of inodes to blocks.
|
D | tmpfs.txt | 64 nr_inodes: The maximum number of inodes for this instance. The default 75 if nr_inodes=0, inodes will not be limited. It is generally unwise to 141 RAM/SWAP in 10240 inodes and it is only accessible by root.
|
D | dlmfs.txt | 88 Locks for a given domain are represented by regular inodes inside the 97 not automatically create inodes for existing lock resources.
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | eainode.rst | 13 sharing of large xattr values between multiple owning inodes. For 17 inode is not referenced by multiple inodes) to verify that the EA inode
|
D | bitmaps.rst | 27 the number of inodes per group. See the section on inodes for more
|
D | dynamic.rst | 9 .. include:: inodes.rst
|
D | special_inodes.rst | 3 Special inodes
|
D | group_descr.rst | 117 - Upper 32-bits of location of inodes bitmap. 121 - Upper 32-bits of location of inodes table.
|
/Linux-v4.19/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after 15 decide which inodes should be in-core immediately after mount.
|
/Linux-v4.19/fs/qnx6/ |
D | inode.c | 435 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super() 436 if (!sbi->inodes) in qnx6_fill_super() 470 iput(sbi->inodes); in qnx6_fill_super() 487 iput(qs->inodes); in qnx6_put_super() 547 mapping = sbi->inodes->i_mapping; in qnx6_iget()
|
D | qnx6.h | 36 struct inode * inodes; member
|
/Linux-v4.19/fs/ |
D | super.c | 66 long inodes; in super_cache_scan() local 83 inodes = list_lru_shrink_count(&sb->s_inode_lru, sc); in super_cache_scan() 85 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 91 inodes = mult_frac(sc->nr_to_scan, inodes, total_objects); in super_cache_scan() 103 sc->nr_to_scan = inodes + 1; in super_cache_scan()
|
/Linux-v4.19/fs/ext2/ |
D | Kconfig | 15 Extended attributes are name:value pairs associated with inodes by
|
/Linux-v4.19/fs/btrfs/ |
D | ioctl.c | 4835 struct btrfs_data_container *inodes = ctx; in build_ino_list() local 4838 if (inodes->bytes_left >= c) { in build_ino_list() 4839 inodes->bytes_left -= c; in build_ino_list() 4840 inodes->val[inodes->elem_cnt] = inum; in build_ino_list() 4841 inodes->val[inodes->elem_cnt + 1] = offset; in build_ino_list() 4842 inodes->val[inodes->elem_cnt + 2] = root; in build_ino_list() 4843 inodes->elem_cnt += 3; in build_ino_list() 4845 inodes->bytes_missing += c - inodes->bytes_left; in build_ino_list() 4846 inodes->bytes_left = 0; in build_ino_list() 4847 inodes->elem_missed += 3; in build_ino_list() [all …]
|
/Linux-v4.19/fs/xfs/ |
D | xfs_inode.c | 445 int inodes, in xfs_lock_inodes() argument 458 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes() 464 inodes <= XFS_MMAPLOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 466 inodes <= XFS_ILOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 476 for (; i < inodes; i++) { in xfs_lock_inodes() 2869 struct xfs_inode *inodes[__XFS_SORT_INODES]; in xfs_rename() local 2897 inodes, &num_inodes); in xfs_rename() 2912 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename() 2922 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | serial_UART | 27 You must create those inodes in /dev on the root filesystem used
|
/Linux-v4.19/include/linux/ |
D | sysctl.h | 150 struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */ member
|