Searched refs:nr_inodes (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/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-v5.15/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-v5.15/fs/xfs/scrub/ |
| D | ialloc.c | 216 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 224 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() 232 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() 257 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster() 285 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster()
|
| D | trace.h | 561 unsigned int nr_inodes, uint16_t cluster_mask, 563 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes, 572 __field(unsigned int, nr_inodes) 584 __entry->nr_inodes = nr_inodes; 596 __entry->nr_inodes,
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | tmpfs.rst | 71 nr_inodes The maximum number of inodes for this instance. The default 83 if nr_inodes=0, inodes will not be limited. It is generally unwise to 169 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | fs.h | 104 long nr_inodes; member
|
| /Linux-v5.15/include/uapi/linux/ |
| D | fs.h | 104 long nr_inodes; member
|
| /Linux-v5.15/fs/hugetlbfs/ |
| D | inode.c | 56 long nr_inodes; member 1264 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1337 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1338 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1406 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
| /Linux-v5.15/fs/ |
| D | inode.c | 75 static DEFINE_PER_CPU(unsigned long, nr_inodes); 85 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 112 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 208 this_cpu_inc(nr_inodes); in inode_init_always() 276 this_cpu_dec(nr_inodes); in __destroy_inode()
|
| /Linux-v5.15/Documentation/admin-guide/mm/ |
| D | hugetlbpage.rst | 356 min_size=<value>,nr_inodes=<value> none /mnt/huge 388 The option ``nr_inodes`` sets the maximum number of inodes that ``/mnt/huge`` 391 If the ``size``, ``min_size`` or ``nr_inodes`` option is not provided on 394 For ``pagesize``, ``size``, ``min_size`` and ``nr_inodes`` options, you can
|
| /Linux-v5.15/Documentation/admin-guide/sysctl/ |
| D | fs.rst | 155 The actual numbers are, in order of appearance, nr_inodes, 163 preshrink is nonzero when the nr_inodes > inode-max and the
|
| /Linux-v5.15/fs/gfs2/ |
| D | inode.c | 530 unsigned nr_inodes) in gfs2_trans_da_blks() argument 533 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|