Searched refs:nr_inodes (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | ialloc.c | 195 xfs_agino_t nr_inodes; in xchk_iallocbt_check_freemask() local 207 nr_inodes = XFS_OFFBNO_TO_AGINO(mp, blks_per_cluster, 0); in xchk_iallocbt_check_freemask() 218 for (clusterino = 0, holemask = 0; clusterino < nr_inodes; in xchk_iallocbt_check_freemask() 253 for (clusterino = 0; clusterino < nr_inodes; clusterino++) { in xchk_iallocbt_check_freemask()
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 64 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-v4.19/fs/hugetlbfs/ |
D | inode.c | 51 long nr_inodes; member 1164 pconfig->nr_inodes = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1230 config.nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_fill_super() 1246 sbinfo->max_inodes = config.nr_inodes; in hugetlbfs_fill_super() 1247 sbinfo->free_inodes = config.nr_inodes; in hugetlbfs_fill_super()
|
/Linux-v4.19/include/uapi/linux/ |
D | fs.h | 96 long nr_inodes; member
|
/Linux-v4.19/fs/ |
D | inode.c | 74 static DEFINE_PER_CPU(unsigned long, nr_inodes); 84 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 111 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 197 this_cpu_inc(nr_inodes); in inode_init_always() 252 this_cpu_dec(nr_inodes); in __destroy_inode()
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 299 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-v4.19/Documentation/sysctl/ |
D | fs.txt | 140 The actual numbers are, in order of appearance, nr_inodes, 148 preshrink is nonzero when the nr_inodes > inode-max and the
|
/Linux-v4.19/fs/gfs2/ |
D | inode.c | 510 unsigned nr_inodes) in gfs2_trans_da_blks() argument 513 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|