/linux-6.6.21/fs/xfs/scrub/ |
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() 370 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 378 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() [all …]
|
D | trace.h | 603 unsigned int nr_inodes, uint16_t cluster_mask, 605 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes, 614 __field(unsigned int, nr_inodes) 626 __entry->nr_inodes = nr_inodes; 638 __entry->nr_inodes,
|
/linux-6.6.21/Documentation/translations/zh_TW/filesystems/ |
D | tmpfs.rst | 60 nr_inodes tmpfs實例的最大inode個數。默認值是物理內存頁數的一半,或者 68 如果nr_blocks=0(或size=0),block個數將不受限制;如果nr_inodes=0, 135 所以'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'將在
|
/linux-6.6.21/Documentation/translations/zh_CN/filesystems/ |
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.6.21/Documentation/filesystems/ |
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.6.21/include/uapi/linux/ |
D | fs.h | 104 long nr_inodes; member
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | fs.h | 104 long nr_inodes; member
|
/linux-6.6.21/fs/hugetlbfs/ |
D | inode.c | 54 long nr_inodes; member 1444 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1518 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1519 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1587 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
/linux-6.6.21/fs/ |
D | inode.c | 70 static DEFINE_PER_CPU(unsigned long, nr_inodes); 80 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 112 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 234 this_cpu_inc(nr_inodes); in inode_init_always() 300 this_cpu_dec(nr_inodes); in __destroy_inode()
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 390 min_size=<value>,nr_inodes=<value> none /mnt/huge 422 The option ``nr_inodes`` sets the maximum number of inodes that ``/mnt/huge`` 425 If the ``size``, ``min_size`` or ``nr_inodes`` option is not provided on 428 For ``pagesize``, ``size``, ``min_size`` and ``nr_inodes`` options, you can
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | fs.rst | 109 The actual numbers are, in order of appearance, ``nr_inodes``, 112 ``nr_inodes`` stands for the number of inodes the system has
|
/linux-6.6.21/fs/gfs2/ |
D | inode.c | 541 unsigned nr_inodes) in gfs2_trans_da_blks() argument 544 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|