| /linux-6.15/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() 369 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 376 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() 384 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() [all …]
|
| H A D | ialloc_repair.c | 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-6.15/Documentation/translations/zh_TW/filesystems/ |
| H A D | tmpfs.rst | 59 nr_inodes tmpfs實例的最大inode個數。默認值是物理內存頁數的一半,或者 67 如果nr_blocks=0(或size=0),block個數將不受限制;如果nr_inodes=0, 134 所以'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'將在
|
| /linux-6.15/Documentation/translations/zh_CN/filesystems/ |
| H A D | tmpfs.rst | 59 nr_inodes tmpfs实例的最大inode个数。默认值是物理内存页数的一半,或者 67 如果nr_blocks=0(或size=0),block个数将不受限制;如果nr_inodes=0, 134 所以'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'将在
|
| /linux-6.15/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 | 158 end = field_end(acc_k, nr_inodes); in bch2_accounting_validate() 1016 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 | 308 prt_printf(out, "nr_inodes:\t%llu\n", b.nr_inodes); in bch2_fs_usage_base_to_text()
|
| H A D | inode.c | 737 int ret = bch2_disk_accounting_mod2(trans, flags & BTREE_TRIGGER_gc, nr, nr_inodes); in bch2_trigger_inode()
|
| H A D | alloc_foreground.c | 1679 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 | 2282 buf->f_files = usage.nr_inodes + avail_inodes; in bch2_statfs()
|
| /linux-6.15/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-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 57 long nr_inodes; member 1338 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1412 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1413 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1481 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | fs.h | 122 long nr_inodes; member
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 131 long nr_inodes; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fs.h | 131 long nr_inodes; member
|
| /linux-6.15/fs/ |
| H A D | inode.c | 76 static DEFINE_PER_CPU(unsigned long, nr_inodes); 86 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 182 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 309 this_cpu_inc(nr_inodes); in inode_init_always_gfp() 385 this_cpu_dec(nr_inodes); in __destroy_inode()
|
| /linux-6.15/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-6.15/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-6.15/fs/gfs2/ |
| H A D | inode.c | 543 unsigned nr_inodes) in gfs2_trans_da_blks() argument 546 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|