Searched refs:nr_inodes (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | fs.h | 56 long nr_inodes; member
|
/linux-4.4.14/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 138 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 53 long nr_inodes; member 1081 pconfig->nr_inodes = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1149 config.nr_inodes = -1; /* No limit on number of inodes by default */ in hugetlbfs_fill_super() 1165 sbinfo->max_inodes = config.nr_inodes; in hugetlbfs_fill_super() 1166 sbinfo->free_inodes = config.nr_inodes; in hugetlbfs_fill_super()
|
/linux-4.4.14/fs/ |
D | inode.c | 73 static DEFINE_PER_CPU(unsigned long, nr_inodes); 83 sum += per_cpu(nr_inodes, i); in get_nr_inodes() 110 inodes_stat.nr_inodes = get_nr_inodes(); in proc_nr_inodes() 185 this_cpu_inc(nr_inodes); in inode_init_always() 240 this_cpu_dec(nr_inodes); in __destroy_inode()
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 271 min_size=<value>,nr_inodes=<value> none /mnt/huge 293 nr_inodes sets the maximum number of inodes that /mnt/huge can use. If the 294 size, min_size or nr_inodes option is not provided on command line then 295 no limits are set. For pagesize, size, min_size and nr_inodes options, you
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 138 The actual numbers are, in order of appearance, nr_inodes, 146 preshrink is nonzero when the nr_inodes > inode-max and the
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 514 unsigned nr_inodes) in gfs2_trans_da_blks() argument 517 (nr_inodes * RES_DINODE) + RES_QUOTA + RES_STATFS; in gfs2_trans_da_blks()
|