Home
last modified time | relevance | path

Searched refs:nr_inodes (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/xfs/scrub/
Dialloc.c217 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local
225 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster()
233 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster()
258 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
287 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster()
Dtrace.h555 unsigned int nr_inodes, uint16_t cluster_mask,
557 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes,
566 __field(unsigned int, nr_inodes)
578 __entry->nr_inodes = nr_inodes;
590 __entry->nr_inodes,
/Linux-v5.4/Documentation/filesystems/
Dtmpfs.txt64 nr_inodes: The maximum number of inodes for this instance. The default
75 if nr_inodes=0, inodes will not be limited. It is generally unwise to
139 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
/Linux-v5.4/fs/hugetlbfs/
Dinode.c55 long nr_inodes; member
1189 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param()
1262 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super()
1263 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super()
1325 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
/Linux-v5.4/tools/include/uapi/linux/
Dfs.h104 long nr_inodes; member
/Linux-v5.4/include/uapi/linux/
Dfs.h104 long nr_inodes; member
/Linux-v5.4/fs/
Dinode.c75 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()
201 this_cpu_inc(nr_inodes); in inode_init_always()
269 this_cpu_dec(nr_inodes); in __destroy_inode()
/Linux-v5.4/Documentation/admin-guide/mm/
Dhugetlbpage.rst299 min_size=<value>,nr_inodes=<value> none /mnt/huge
331 The option ``nr_inodes`` sets the maximum number of inodes that ``/mnt/huge``
334 If the ``size``, ``min_size`` or ``nr_inodes`` option is not provided on
337 For ``pagesize``, ``size``, ``min_size`` and ``nr_inodes`` options, you can
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dfs.rst155 The actual numbers are, in order of appearance, nr_inodes,
163 preshrink is nonzero when the nr_inodes > inode-max and the
/Linux-v5.4/fs/gfs2/
Dinode.c507 unsigned nr_inodes) in gfs2_trans_da_blks() argument
510 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()