Searched refs:nr_inodes (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | ialloc.c | 217 	unsigned int			nr_inodes;  in xchk_iallocbt_check_cluster()  local225 	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()
 
 | 
| D | trace.h | 555 		 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/ | 
| D | tmpfs.txt | 64 nr_inodes: The maximum number of inodes for this instance. The default75 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/ | 
| D | inode.c | 55 	long			nr_inodes;  member1189 		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/ | 
| D | fs.h | 104 	long nr_inodes;  member
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | fs.h | 104 	long nr_inodes;  member
 | 
| /Linux-v5.4/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()
 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/ | 
| D | hugetlbpage.rst | 299 	min_size=<value>,nr_inodes=<value> none /mnt/huge331 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/ | 
| 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.4/fs/gfs2/ | 
| D | inode.c | 507 				   unsigned nr_inodes)  in gfs2_trans_da_blks()  argument510 	       (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS;  in gfs2_trans_da_blks()
 
 |