Searched refs:nr_inodes (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/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-v6.1/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-v6.1/fs/xfs/scrub/ |
D | ialloc.c | 215 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 223 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() 231 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() 256 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster() 284 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-v6.1/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-v6.1/tools/include/uapi/linux/ |
D | fs.h | 104 long nr_inodes; member
|
/Linux-v6.1/include/uapi/linux/ |
D | fs.h | 104 long nr_inodes; member
|
/Linux-v6.1/fs/hugetlbfs/ |
D | inode.c | 54 long nr_inodes; member 1392 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1465 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1466 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1534 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
/Linux-v6.1/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() 232 this_cpu_inc(nr_inodes); in inode_init_always() 298 this_cpu_dec(nr_inodes); in __destroy_inode()
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 392 min_size=<value>,nr_inodes=<value> none /mnt/huge 424 The option ``nr_inodes`` sets the maximum number of inodes that ``/mnt/huge`` 427 If the ``size``, ``min_size`` or ``nr_inodes`` option is not provided on 430 For ``pagesize``, ``size``, ``min_size`` and ``nr_inodes`` options, you can
|
/Linux-v6.1/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-v6.1/fs/gfs2/ |
D | inode.c | 521 unsigned nr_inodes) in gfs2_trans_da_blks() argument 524 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|