/linux-4.4.14/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 | 178 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
|
D | Kconfig | 8 compress both files, inodes and directories. Inodes in the system 105 Xattrs are name:value pairs associated with inodes by
|
D | squashfs_fs.h | 247 __le32 inodes; member
|
/linux-4.4.14/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 | logfs.txt | 55 Objects are either inodes, directory entries (dentries), file data 66 respectively. Inode file data is on level 6 for the inodes and 7-11 75 All inodes are stored in a special file, the inode file. Single 78 leaf nodes of the inode files are inodes. 94 bytes and the height of an inodes indirect tree. 138 accordingly. New inodes will inherit the compression flag of the 222 remain open until all dirty inodes are written. So 224 complain about remaining inodes due to the inode file either. Same
|
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 | 69 the concepts of blocks, inodes and directories. It has space in the 93 bitmap and the inode usage bitmap which show which blocks and inodes 118 number of inodes and blocks in the filesystem and how many are free, 119 how many inodes and blocks are in each block group, when the filesystem 180 The inode allocation code tries to assign inodes which are in the same 193 Symbolic links are also filesystem objects with inodes. They deserve 306 created, and depend upon the block size chosen. The ratio of inodes to 308 increase the number of inodes is to increase the size of the filesystem. 309 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 140 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.
|
D | nilfs2.txt | 228 1) Inode file (ifile) -- Stores on-disk inodes 249 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes
|
D | ceph.txt | 40 particular, inodes with only a single link are embedded in 41 directories, allowing entire directories of dentries and inodes to be
|
D | xfs.txt | 102 to create inodes at any location in the filesystem, 265 The interval at which the background scanning for inodes 267 removes unused preallocation from clean inodes and releases
|
D | dax.txt | 58 - adding support to mark inodes as being DAX by setting the S_DAX flag in
|
D | ocfs2.txt | 81 inode64 Indicates that Ocfs2 is allowed to create inodes at
|
D | gfs2-glocks.txt | 106 (Parents before children, inodes at "same level" with same parent in 115 determine the lifetime of the inode in question. Locking of inodes
|
D | porting | 353 Filesystems must RCU-free their inodes, if they can have been accessed 365 atomic operations and scalability hazards on dentries and inodes (see 383 directory inodes on the way down a path walk (to check for exec permission). It
|
D | vfs.txt | 262 want to cache inodes - causing "delete_inode" to always be 324 can be performed on individual inodes. 386 be done on a real error, otherwise creating inodes with system 398 want to support deleting inodes 413 if you want to support creating these types of inodes. You 995 inodes won't disappear, neither will our sb or filesystem module.
|
D | xfs-self-describing-metadata.txt | 10 adequate for supporting PB scale filesystems with billions of inodes, however it 333 identification of the buffer - that they contain inodes or dquots, and that
|
D | fiemap.txt | 58 If this flag is set, the extents returned will describe the inodes
|
D | xfs-delayed-logging-design.txt | 8 such as inodes and dquots, are logged in logical format where the details 12 required for objects that are frequently logged. Some parts of inodes are more 13 frequently logged than others, and inodes are typically more frequently logged 497 10,000 inodes, we have about 1.5MB of metadata to write in 20,000 vectors. Each
|
D | ext4.txt | 48 If the filesystem was created with 128 byte inodes, it can be 585 inodes are swapped. This ioctl might help, when
|
D | vfat.txt | 158 inodes by i_logstart which is used by the nfs-related code to
|
D | hpfs.txt | 212 0.92 Fixed a little memory leak in freeing directory inodes
|
D | path-lookup.txt | 68 - perform permissions and validity checks on inodes;
|
D | f2fs.txt | 86 - Use a term, “node”, that represents inodes as well as various pointer blocks
|
D | Locking | 286 in the filesystem like having dirty inodes at umount and losing written data.
|
D | coda.txt | 1436 internal file handles (called vnodes in BSD, inodes in Linux and
|
/linux-4.4.14/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.
|
D | Kconfig | 70 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 159 API-writeback-inodes-sb-nr 160 API-writeback-inodes-sb 161 API-try-to-writeback-inodes-sb-nr 162 API-try-to-writeback-inodes-sb 163 API-sync-inodes-sb
|
/linux-4.4.14/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 | 35 struct inode * inodes; member
|
/linux-4.4.14/fs/ |
D | super.c | 63 long inodes; in super_cache_scan() local 80 inodes = list_lru_shrink_count(&sb->s_inode_lru, sc); in super_cache_scan() 82 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 88 inodes = mult_frac(sc->nr_to_scan, inodes, total_objects); in super_cache_scan() 100 sc->nr_to_scan = inodes + 1; in super_cache_scan()
|
D | Kconfig | 154 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 437 int inodes, in xfs_lock_inodes() argument 450 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes() 456 inodes <= XFS_IOLOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 458 inodes <= XFS_MMAPLOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 460 inodes <= XFS_ILOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 470 for (; i < inodes; i++) { in xfs_lock_inodes() 2898 struct xfs_inode *inodes[__XFS_SORT_INODES]; in xfs_rename() local 2926 inodes, &num_inodes); in xfs_rename() 2941 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename() 2957 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
|
/linux-4.4.14/fs/ext2/ |
D | Kconfig | 15 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 4563 struct btrfs_data_container *inodes = ctx; in build_ino_list() local 4566 if (inodes->bytes_left >= c) { in build_ino_list() 4567 inodes->bytes_left -= c; in build_ino_list() 4568 inodes->val[inodes->elem_cnt] = inum; in build_ino_list() 4569 inodes->val[inodes->elem_cnt + 1] = offset; in build_ino_list() 4570 inodes->val[inodes->elem_cnt + 2] = root; in build_ino_list() 4571 inodes->elem_cnt += 3; in build_ino_list() 4573 inodes->bytes_missing += c - inodes->bytes_left; in build_ino_list() 4574 inodes->bytes_left = 0; in build_ino_list() 4575 inodes->elem_missed += 3; in build_ino_list() [all …]
|
D | scrub.c | 230 struct list_head inodes; member 4094 INIT_LIST_HEAD(&nocow_ctx->inodes); in copy_nocow_pages() 4112 list_add_tail(&nocow_inode->list, &nocow_ctx->inodes); in record_inode_for_nocow() 4165 while (!list_empty(&nocow_ctx->inodes)) { in copy_nocow_pages_worker() 4167 entry = list_first_entry(&nocow_ctx->inodes, in copy_nocow_pages_worker() 4182 while (!list_empty(&nocow_ctx->inodes)) { in copy_nocow_pages_worker() 4184 entry = list_first_entry(&nocow_ctx->inodes, in copy_nocow_pages_worker()
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | serial_UART | 27 You must create those inodes in /dev on the root filesystem used
|
/linux-4.4.14/fs/ubifs/ |
D | io.c | 1037 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init() 1038 if (!wbuf->inodes) { in ubifs_wbuf_init() 1084 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock() 1102 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
|
D | debug.c | 1781 struct rb_root inodes; member 1804 p = &fsckd->inodes.rb_node; in add_inode() 1864 rb_insert_color(&fscki->rb, &fsckd->inodes); in add_inode() 1883 p = fsckd->inodes.rb_node; in search_inode() 2129 rbtree_postorder_for_each_entry_safe(fscki, n, &fsckd->inodes, rb) in free_inodes() 2151 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes() 2274 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
|
D | ubifs.h | 707 ino_t *inodes; member
|
D | super.c | 838 kfree(c->jheads[i].wbuf.inodes); in free_wbufs()
|
/linux-4.4.14/fs/cramfs/ |
D | README | 6 swapped around (though it does care that directory entries (inodes) in 120 data, only the superblock, inodes and block pointers.
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 132 out of inodes, you need to increase this value. 141 Nr_inodes stands for the number of inodes the system has 145 Nr_free_inodes represents the number of free inodes (?) and
|
D | vm.txt | 190 reclaimable slab objects like dentries and inodes. Once dropped, their 195 To free reclaimable slab objects (includes dentries and inodes): 207 (inodes, dentries, pagecache, etc...) These objects are automatically 765 reclaim dentries and inodes at a "fair" rate with respect to pagecache and 768 never reclaim dentries and inodes due to memory pressure and this can easily 770 causes the kernel to prefer to reclaim dentries and inodes.
|
/linux-4.4.14/fs/f2fs/ |
D | Kconfig | 35 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 59 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 20 inodes marked to be dropped are freed. It also specifies how frequently
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 176 Shows total number of inodes on the filesystem. 182 Shows estimated number of free inodes on the filesystem 480 Number of inodes on backend filesystem for service behind this 487 Number of free inodes on backend filesystem for service
|
/linux-4.4.14/include/uapi/linux/ |
D | btrfs.h | 412 __u64 inodes; member
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 265 forceuid Set the default uid for inodes to the uid 294 can not support returning uids on inodes. 296 uid Set the default uid for inodes, and indicate to the 299 not used to fill in the owner fields of inodes (files) 301 gid Set the default gid for inodes (similar to above). 303 this overrides the default mode for file inodes. 315 this overrides the default mode for directory inodes.
|
D | CHANGES | 247 problem (instantiate inodes/dentries in right order for readdir). 406 for inodes created in either path since servers are not always able to 851 lookup information for directory inodes, improving performance,
|
/linux-4.4.14/fs/quota/ |
D | dquot.c | 1264 static int check_idq(struct dquot *dquot, qsize_t inodes, in check_idq() argument 1267 qsize_t newinodes = dquot->dq_dqb.dqb_curinodes + inodes; in check_idq() 1351 static int info_idq_free(struct dquot *dquot, qsize_t inodes) in info_idq_free() argument 1360 newinodes = dquot->dq_dqb.dqb_curinodes - inodes; in info_idq_free()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-nilfs2 | 256 Show number of inodes for snapshot.
|
/linux-4.4.14/mm/ |
D | shmem.c | 2855 unsigned long inodes; in shmem_remount_fs() local 2863 inodes = sbinfo->max_inodes - sbinfo->free_inodes; in shmem_remount_fs() 2866 if (config.max_inodes < inodes) in shmem_remount_fs() 2881 sbinfo->free_inodes = config.max_inodes - inodes; in shmem_remount_fs()
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 100 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 151 happened and will continue to use the partition tables, inodes, and
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 293 nr_inodes sets the maximum number of inodes that /mnt/huge can use. If the
|
D | unevictable-lru.txt | 170 (1) By ramfs to mark the address spaces of its inodes when they are created,
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 412 inherently tied to inodes making strictly following page ownership
|
D | cpusets.txt | 317 such as for inodes and dentries evenly over all the nodes that the
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 41 - Files/inodes
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 332 4. Device-inodes
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 255 Description: Description of ext2's blocks, directories, inodes,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2983 Pass 1: Checking inodes, blocks, and sizes 3445 Pass 1: Checking inodes, blocks, and sizes
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 109 close operations to the sysfs inodes must also be properly implemented.
|