/linux/fs/xfs/scrub/ |
H A D | ialloc.c | 136 unsigned int nr_inodes) in xchk_inobt_chunk_xref_finobt() argument 148 i < agino + nr_inodes; in xchk_inobt_chunk_xref_finobt() 224 unsigned int nr_inodes) in xchk_finobt_chunk_xref_inobt() argument 236 i < agino + nr_inodes; in xchk_finobt_chunk_xref_inobt() 257 unsigned int nr_inodes) in xchk_iallocbt_chunk() argument 266 len = XFS_B_TO_FSB(mp, nr_inodes * mp->m_sb.sb_inodesize); in xchk_iallocbt_chunk() 276 xchk_inobt_chunk_xref_finobt(sc, irec, agino, nr_inodes); in xchk_iallocbt_chunk() 278 xchk_finobt_chunk_xref_inobt(sc, irec, agino, nr_inodes); in xchk_iallocbt_chunk() 369 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 376 nr_inodes in xchk_iallocbt_check_cluster() [all...] |
H A D | ialloc_repair.c | 215 * @nr_inodes is the number of inodes to check from the cluster. 222 unsigned int nr_inodes) in xrep_ibt_cluster_record() argument 255 ri->icount += nr_inodes; in xrep_ibt_cluster_record() 256 ri->rie.ir_count += nr_inodes; in xrep_ibt_cluster_record() 259 nr_inodes / XFS_INODES_PER_HOLEMASK_BIT); in xrep_ibt_cluster_record() 262 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xrep_ibt_cluster_record() 297 unsigned int nr_inodes; in xrep_ibt_process_cluster() local 300 nr_inodes = min_t(unsigned int, igeo->inodes_per_cluster, in xrep_ibt_process_cluster() 325 nr_inodes); in xrep_ibt_process_cluster()
|
H A D | iscan.c | 434 uint8_t nr_inodes) in xchk_iscan_iget() argument 506 for (i = 1; i < nr_inodes; i++, ino++, allocmask >>= 1) { in xchk_iscan_iget() 530 trace_xchk_iscan_iget_batch(sc->mp, iscan, nr_inodes, idx); in xchk_iscan_iget() 584 uint8_t nr_inodes = 0; in xchk_iscan_iter_batch() local 587 &nr_inodes); in xchk_iscan_iter_batch() 598 ret = xchk_iscan_iget(iscan, pag, agi_bp, allocmask, nr_inodes); in xchk_iscan_iter_batch()
|
H A D | trace.h | 789 unsigned int chunk_ino, unsigned int nr_inodes, 792 TP_ARGS(pag, startino, map_daddr, map_len, chunk_ino, nr_inodes, 801 __field(unsigned int, nr_inodes) 813 __entry->nr_inodes = nr_inodes; 825 __entry->nr_inodes,
|
/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | tmpfs.rst | 59 nr_inodes tmpfs实例的最大inode个数。默认值是物理内存页数的一半,或者 134 所以'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'将在
|
/linux/fs/bcachefs/ |
H A D | buckets_types.h | 81 u64 nr_inodes; member 88 u64 nr_inodes; member
|
H A D | disk_accounting_format.h | 105 x(nr_inodes, 0, 1) \ 210 struct bch_acct_nr_inodes nr_inodes; member
|
H A D | disk_accounting.c | 194 end = field_end(acc_k, nr_inodes); in bch2_accounting_validate() 1053 check(nr_inodes); in bch2_verify_accounting_clean()
|
H A D | buckets.c | 66 ret.nr_inodes = percpu_u64_get(&c->usage->nr_inodes); in __bch2_fs_usage_read_short()
|
H A D | sysfs.c | 303 prt_printf(out, "nr_inodes:\t%llu\n", b.nr_inodes); in bch2_fs_usage_base_to_text()
|
H A D | inode.c | 813 int ret = bch2_disk_accounting_mod2(trans, flags & BTREE_TRIGGER_gc, nr, nr_inodes); in bch2_trigger_inode()
|
H A D | alloc_foreground.c | 1581 prt_printf(out, "nr_inodes\t%llu\n", percpu_u64_get(&c->usage->nr_inodes)); in bch2_fs_alloc_debug_to_text()
|
H A D | fs.c | 2286 buf->f_files = usage.nr_inodes + avail_inodes; in bch2_statfs()
|
/linux/Documentation/filesystems/ |
H A D | tmpfs.rst | 83 nr_inodes The maximum number of inodes for this instance. The default 95 if nr_inodes=0, inodes will not be limited. It is generally unwise to 100 If nr_inodes is not 0, that limited space for inodes is also used up by 240 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
|
/linux/fs/hugetlbfs/ |
H A D | inode.c | 57 long nr_inodes; member 82 fsparam_string("nr_inodes", Opt_nr_inodes), 1098 seq_printf(m, ",nr_inodes=%lu", sbinfo->max_inodes); in hugetlbfs_show_options() 1335 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1409 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1410 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1479 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fs.h | 131 long nr_inodes; member
|
/linux/Documentation/admin-guide/mm/ |
H A D | hugetlbpage.rst | 407 min_size=<value>,nr_inodes=<value> none /mnt/huge 439 The option ``nr_inodes`` sets the maximum number of inodes that ``/mnt/huge`` 442 If the ``size``, ``min_size`` or ``nr_inodes`` option is not provided on 445 For ``pagesize``, ``size``, ``min_size`` and ``nr_inodes`` options, you can
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | fs.rst | 114 The actual numbers are, in order of appearance, ``nr_inodes``, 117 ``nr_inodes`` stands for the number of inodes the system has
|
/linux/fs/gfs2/ |
H A D | inode.c | 597 * @nr_inodes: The number of inodes involved 600 * transaction to link @nr_inodes into a directory. In most cases 601 * @nr_inodes will be 2 (the directory plus the inode being linked in) 609 unsigned nr_inodes) in gfs2_trans_da_blks() argument 612 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|