Searched refs:nr_inodes (Results 1 – 6 of 6) sorted by relevance
391 static inline int try_to_sync_unused_list(struct list_head *head, int nr_inodes) in try_to_sync_unused_list() argument396 while (nr_inodes && (tmp = tmp->prev) != head) { in try_to_sync_unused_list()401 nr_inodes--; in try_to_sync_unused_list()411 return nr_inodes; in try_to_sync_unused_list()510 int nr_inodes = inodes_stat.nr_unused; in try_to_sync_unused_inodes() local515 for (; nr_inodes && sb != sb_entry(&super_blocks); sb = sb_entry(sb->s_list.next)) { in try_to_sync_unused_inodes()519 nr_inodes = try_to_sync_unused_list(&sb->s_dirty, nr_inodes); in try_to_sync_unused_inodes()668 inodes_stat.nr_inodes -= nr_disposed; in dispose_list()865 avg_pages = avg_pages / (inodes_stat.nr_inodes + 1); in prune_icache()974 inodes_stat.nr_inodes++; in new_inode()[all …]
64 nr_inodes: The maximum number of inodes for this instance. The default84 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'
718 are nr_inodes and nr_free_inodes (in order of appearance).720 nr_inodes730 (nr_inodes - nr_free_inodes).
108 The actual numbers are, in order of appearance, nr_inodes,116 preshrink is nonzero when the nr_inodes > inode-max and the
58 int nr_inodes; member
16923 "nr_inodes". These parameters accept a suffix k, m or g for kilo,