Searched refs:nr_inodes (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 136 unsigned int nr_inodes) in xchk_inobt_chunk_xref_finobt() argument 148 i < agino + nr_inodes; in xchk_inobt_chunk_xref_finobt() 224 unsigned int nr_inodes) in xchk_finobt_chunk_xref_inobt() argument 236 i < agino + nr_inodes; in xchk_finobt_chunk_xref_inobt() 257 unsigned int nr_inodes) in xchk_iallocbt_chunk() argument 266 len = XFS_B_TO_FSB(mp, nr_inodes * mp->m_sb.sb_inodesize); in xchk_iallocbt_chunk() 276 xchk_inobt_chunk_xref_finobt(sc, irec, agino, nr_inodes); in xchk_iallocbt_chunk() 278 xchk_finobt_chunk_xref_inobt(sc, irec, agino, nr_inodes); in xchk_iallocbt_chunk() 369 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 376 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() [all …]
|
| H A D | ialloc_repair.c | 222 unsigned int nr_inodes) in xrep_ibt_cluster_record() argument 255 ri->icount += nr_inodes; in xrep_ibt_cluster_record() 256 ri->rie.ir_count += nr_inodes; in xrep_ibt_cluster_record() 259 nr_inodes / XFS_INODES_PER_HOLEMASK_BIT); in xrep_ibt_cluster_record() 262 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xrep_ibt_cluster_record() 297 unsigned int nr_inodes; in xrep_ibt_process_cluster() local 300 nr_inodes = min_t(unsigned int, igeo->inodes_per_cluster, in xrep_ibt_process_cluster() 325 nr_inodes); in xrep_ibt_process_cluster()
|
| H A D | trace.h | 789 unsigned int chunk_ino, unsigned int nr_inodes, 792 TP_ARGS(pag, startino, map_daddr, map_len, chunk_ino, nr_inodes, 801 __field(unsigned int, nr_inodes) 813 __entry->nr_inodes = nr_inodes; 825 __entry->nr_inodes,
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A 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/Documentation/translations/zh_TW/filesystems/ |
| H A 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/fs/hugetlbfs/ |
| H A D | inode.c | 57 long nr_inodes; member 1342 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1416 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1417 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1486 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 131 long nr_inodes; member
|
| /linux/include/uapi/linux/ |
| H A D | fs.h | 199 long nr_inodes; member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 199 long nr_inodes; member
|
| /linux/fs/ |
| H A D | inode.c | 76 static DEFINE_PER_CPU(unsigned long, nr_inodes); 86 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 182 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 309 this_cpu_inc(nr_inodes); in inode_init_always_gfp() 385 this_cpu_dec(nr_inodes); in __destroy_inode()
|