Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 71 of 71) sorted by relevance

/linux-4.4.14/fs/squashfs/
Dexport.c124 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()
Dsuper.c178 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()
Dsquashfs_fs_sb.h77 unsigned int inodes; member
DKconfig8 compress both files, inodes and directories. Inodes in the system
105 Xattrs are name:value pairs associated with inodes by
Dsquashfs_fs.h247 __le32 inodes; member
/linux-4.4.14/Documentation/filesystems/
Dsquashfs.txt5 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 …]
Dlogfs.txt55 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
Dquota.txt6 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.
Dsysv-fs.txt43 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
Dqnx6.txt16 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
Dext2.txt69 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.
Dtmpfs.txt64 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.
Ddlmfs.txt88 Locks for a given domain are represented by regular inodes inside the
97 not automatically create inodes for existing lock resources.
Dnilfs2.txt228 1) Inode file (ifile) -- Stores on-disk inodes
249 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes
Dceph.txt40 particular, inodes with only a single link are embedded in
41 directories, allowing entire directories of dentries and inodes to be
Dxfs.txt102 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
Ddax.txt58 - adding support to mark inodes as being DAX by setting the S_DAX flag in
Docfs2.txt81 inode64 Indicates that Ocfs2 is allowed to create inodes at
Dgfs2-glocks.txt106 (Parents before children, inodes at "same level" with same parent in
115 determine the lifetime of the inode in question. Locking of inodes
Dporting353 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
Dvfs.txt262 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.
Dxfs-self-describing-metadata.txt10 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
Dfiemap.txt58 If this flag is set, the extents returned will describe the inodes
Dxfs-delayed-logging-design.txt8 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
Dext4.txt48 If the filesystem was created with 128 byte inodes, it can be
585 inodes are swapped. This ioctl might help, when
Dvfat.txt158 inodes by i_logstart which is used by the nfs-related code to
Dhpfs.txt212 0.92 Fixed a little memory leak in freeing directory inodes
Dpath-lookup.txt68 - perform permissions and validity checks on inodes;
Df2fs.txt86 - Use a term, “node”, that represents inodes as well as various pointer blocks
DLocking286 in the filesystem like having dirty inodes at umount and losing written data.
Dcoda.txt1436 internal file handles (called vnodes in BSD, inodes in Linux and
/linux-4.4.14/fs/jffs2/
DTODO12 - make the scan code populate real inodes so read_inode just after
15 decide which inodes should be in-core immediately after mount.
DKconfig70 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db159 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/
Dinode.c435 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()
Dqnx6.h35 struct inode * inodes; member
/linux-4.4.14/fs/
Dsuper.c63 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()
DKconfig154 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/fs/xfs/
Dxfs_inode.c437 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/
DKconfig15 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/fs/btrfs/
Dioctl.c4563 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 …]
Dscrub.c230 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/
Dserial_UART27 You must create those inodes in /dev on the root filesystem used
/linux-4.4.14/fs/ubifs/
Dio.c1037 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()
Ddebug.c1781 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()
Dubifs.h707 ino_t *inodes; member
Dsuper.c838 kfree(c->jheads[i].wbuf.inodes); in free_wbufs()
/linux-4.4.14/fs/cramfs/
DREADME6 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/
Dfs.txt132 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
Dvm.txt190 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/
DKconfig35 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/fs/reiserfs/
DKconfig59 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt20 inodes marked to be dropped are freed. It also specifies how frequently
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre176 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/
Dbtrfs.h412 __u64 inodes; member
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME265 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.
DCHANGES247 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/
Ddquot.c1264 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/
Dsysfs-fs-nilfs2256 Show number of inodes for snapshot.
/linux-4.4.14/mm/
Dshmem.c2855 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/
DKconfig100 Extended attributes are name:value pairs associated with inodes by
/linux-4.4.14/Documentation/usb/
Dpersist.txt151 happened and will continue to use the partition tables, inodes, and
/linux-4.4.14/Documentation/vm/
Dhugetlbpage.txt293 nr_inodes sets the maximum number of inodes that /mnt/huge can use. If the
Dunevictable-lru.txt170 (1) By ramfs to mark the address spaces of its inodes when they are created,
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt412 inherently tied to inodes making strictly following page ownership
Dcpusets.txt317 such as for inodes and dentries evenly over all the nodes that the
/linux-4.4.14/Documentation/security/
Dcredentials.txt41 - Files/inodes
/linux-4.4.14/Documentation/isdn/
DREADME332 4. Device-inodes
/linux-4.4.14/Documentation/
Dkernel-docs.txt255 Description: Description of ext2's blocks, directories, inodes,
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2983 Pass 1: Checking inodes, blocks, and sizes
3445 Pass 1: Checking inodes, blocks, and sizes
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt109 close operations to the sysfs inodes must also be properly implemented.