Searched refs:nr_inodes (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/scrub/ |
D | ialloc.c | 216 unsigned int nr_inodes; in xchk_iallocbt_check_cluster() local 224 nr_inodes = min_t(unsigned int, XFS_INODES_PER_CHUNK, in xchk_iallocbt_check_cluster() 232 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() 257 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster() 285 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,
|
/fs/hugetlbfs/ |
D | inode.c | 56 long nr_inodes; member 1277 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1351 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1352 sbinfo->free_inodes = ctx->nr_inodes; in hugetlbfs_fill_super() 1420 ctx->nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_init_fs_context()
|
/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() 209 this_cpu_inc(nr_inodes); in inode_init_always() 275 this_cpu_dec(nr_inodes); in __destroy_inode()
|
/fs/gfs2/ |
D | inode.c | 530 unsigned nr_inodes) in gfs2_trans_da_blks() argument 533 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|