Home
last modified time | relevance | path

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

1234567

/openbmc/linux/fs/squashfs/
H A Dexport.c50 if (ino_num == 0 || (ino_num - 1) >= msblk->inodes) in squashfs_inode_lookup()
116 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument
118 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes); in squashfs_read_inode_lookup_table()
119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table()
129 if (inodes == 0) in squashfs_read_inode_lookup_table()
H A Dsuper.c289 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super()
301 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
391 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
574 buf->f_files = msblk->inodes; in squashfs_statfs()
H A Dsquashfs_fs_sb.h65 unsigned int inodes; member
/openbmc/linux/fs/ceph/
H A Dmetric.c28 struct ceph_opened_inodes *inodes; in ceph_mdsc_send_metrics() local
49 + sizeof(*icaps) + sizeof(*inodes) + sizeof(*rsize) in ceph_mdsc_send_metrics()
145 inodes = (struct ceph_opened_inodes *)(icaps + 1); in ceph_mdsc_send_metrics()
146 inodes->header.type = cpu_to_le32(CLIENT_METRIC_TYPE_OPENED_INODES); in ceph_mdsc_send_metrics()
147 inodes->header.ver = 1; in ceph_mdsc_send_metrics()
148 inodes->header.compat = 1; in ceph_mdsc_send_metrics()
149 inodes->header.data_len = cpu_to_le32(sizeof(*inodes) - header_len); in ceph_mdsc_send_metrics()
150 inodes->opened_inodes = cpu_to_le64(percpu_counter_sum(&m->opened_inodes)); in ceph_mdsc_send_metrics()
151 inodes->total = cpu_to_le64(sum); in ceph_mdsc_send_metrics()
155 rsize = (struct ceph_read_io_size *)(inodes + 1); in ceph_mdsc_send_metrics()
/openbmc/linux/fs/overlayfs/
H A DKconfig46 bool "Overlayfs: turn on inodes index feature by default"
50 the index directory to map lower inodes to upper inodes by default.
55 The inodes index feature prevents breaking of lower hardlinks on copy
58 Note, that the inodes index feature is not backward compatible.
59 That is, mounting an overlay which has an inodes index on a kernel
100 inodes to a unified address space. The mapped 64bit inode numbers
101 might not be compatible with applications that expect 32bit inodes.
103 If compatibility with applications that expect 32bit inodes is not an
123 mounting an overlay which has metacopy only inodes on a kernel
/openbmc/linux/Documentation/filesystems/ext4/
H A Dorphan.rst6 In unix there can inodes that are unlinked from directory hierarchy but that
8 clean up these inodes as otherwise they (and the blocks referenced from them)
14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
19 in heavy creation of orphan inodes. When orphan file feature
39 filesystem, we read the whole orphan file and process all orphan inodes found
H A Dspecial_inodes.rst3 Special inodes
39 Note that there are also some inodes allocated from non-reserved inode numbers
55 - Inode number of file tracking orphan inodes.
H A Deainode.rst13 sharing of large xattr values between multiple owning inodes. For
17 inode is not referenced by multiple inodes) to verify that the EA inode
H A Dbitmaps.rst27 the number of inodes per group. See the section on inodes for more
H A Ddynamic.rst9 .. include:: inodes.rst
H A Dsuper.rst231 - Start of list of orphaned inodes to delete.
289 - All inodes have at least # bytes.
293 - New inodes should reserve # bytes.
579 - “imagic inodes”. Not clear from the code what this does
612 tracking of unlinked but still open inodes. When there may be any
666 - Encrypted inodes are present on the filesystem. (INCOMPAT_ENCRYPT).
700 - Indicates that large inodes exist on this filesystem
724 - Verity inodes may be present on the filesystem. (RO_COMPAT_VERITY)
/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c503 unsigned int inodes) in xfs_iwalk_prefetch() argument
513 if (inodes == 0) in xfs_iwalk_prefetch()
514 inodes = IWALK_MAX_INODE_PREFETCH; in xfs_iwalk_prefetch()
515 inodes = min(inodes, IWALK_MAX_INODE_PREFETCH); in xfs_iwalk_prefetch()
518 inodes = round_up(inodes, XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()
533 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()
H A Dxfs_inode.c453 int inodes, in xfs_lock_inodes() argument
469 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes()
475 inodes <= XFS_MMAPLOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes()
477 inodes <= XFS_ILOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes()
487 for (; i < inodes; i++) { in xfs_lock_inodes()
2878 struct xfs_inode *inodes[__XFS_SORT_INODES]; in xfs_rename() local
2908 inodes, &num_inodes); in xfs_rename()
2926 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename()
2936 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
3031 for (i = 0; i < num_inodes && inodes[i] != NULL; i++) { in xfs_rename()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
50 Squashfs compresses data, inodes and directories. In addition, inode and
54 inodes have different sizes).
115 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
121 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
126 To maximise compression there are different inodes for each file type
131 directory inode are defined: inodes optimised for frequently occurring
138 Like inodes, directories are packed into compressed metadata blocks, stored
145 fact that (in most cases) the inodes of the files will be in the same
211 expired/flushed inodes.
[all …]
H A Dquota.rst8 number of used inodes (inode is a filesystem structure which is associated with
10 of used inodes there are actually two limits. The first one is called softlimit
15 more space/inodes until he frees enough of them to get below softlimit.
H A Dqnx6.rst19 concepts of blocks, inodes and directories.
53 Each superblock holds a set of root inodes for the different filesystem
66 indirect addressing blocks or inodes.
101 filename inodes start with 0)
127 Symbolic links are also filesystem objects with inodes. They got a specific
H A Dsysv-fs.rst60 separate areas for inodes and for directories/data.
103 There is a cache of a certain number of free inodes in the super-block.
104 When it is exhausted, new free inodes are found using a linear search.
226 Inode size inodes per block
H A Dext2.rst76 the concepts of blocks, inodes and directories. It has space in the
100 bitmap and the inode usage bitmap which show which blocks and inodes
125 number of inodes and blocks in the filesystem and how many are free,
126 how many inodes and blocks are in each block group, when the filesystem
187 The inode allocation code tries to assign inodes which are in the same
200 Symbolic links are also filesystem objects with inodes. They deserve
313 created, and depend upon the block size chosen. The ratio of inodes to
315 increase the number of inodes is to increase the size of the filesystem.
316 No tools currently exist which can change the ratio of inodes to blocks.
/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c44 unsigned long long inodes; member
599 iabt->inodes += irec.ir_count; in xchk_iallocbt_rec()
692 unsigned long long inodes) in xchk_iallocbt_xref_rmap_inodes() argument
706 inode_blocks = XFS_B_TO_FSB(sc->mp, inodes * sc->mp->m_sb.sb_inodesize); in xchk_iallocbt_xref_rmap_inodes()
719 .inodes = 0, in xchk_iallocbt()
741 xchk_iallocbt_xref_rmap_inodes(sc, which, iabt.inodes); in xchk_iallocbt()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch97 - uint32_t s_free_inodes_count; /* Free inodes count */
138 - uint32_t s_last_orphan; /* start of list of inodes to delete */
151 - uint16_t s_min_extra_isize; /* All inodes have at least # bytes */
152 - uint16_t s_want_extra_isize; /* New inodes should reserve # bytes */
180 - uint16_t bg_free_inodes_count; /* Free inodes count */
296 - uint32_t s_inodes_per_block;/* Number of inodes per block */
297 - uint32_t s_inodes_per_group;/* Number of inodes in a group */
496 - __u16 bg_free_inodes_count; /* Free inodes count */
502 - __u16 bg_itable_unused; /* Unused inodes count */
515 - __u16 bg_free_inodes_count; /* Free inodes count */
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py133 inodes = {}
180 if inodecache[file] in inodes:
182 os.link(inodes[inodecache[file]], file)
185 inodes[inodecache[file]] = file
1078 inodes = {}
1170 if file_reference in inodes:
1172 os.link(inodes[file_reference][0], file)
1173 inodes[file_reference].append(file)
1175 inodes[file_reference] = [file]
1191 if file_reference in inodes:
[all …]
/openbmc/linux/fs/qnx6/
H A Dinode.c436 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super()
437 if (!sbi->inodes) in qnx6_fill_super()
471 iput(sbi->inodes); in qnx6_fill_super()
486 iput(qs->inodes); in qnx6_put_super()
546 mapping = sbi->inodes->i_mapping; in qnx6_iget()
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A Dautoconf-2.73.patch16 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dautoconf-2.73.patch18 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py194 inodes = set({})
202 if fstat.st_ino in inodes:
206 inodes.add(fstat.st_ino)

1234567