Home
last modified time | relevance | path

Searched refs:bg_free_inodes_count (Results 1 – 2 of 2) sorted by relevance

/fs/ext2/
Dialloc.c79 le16_add_cpu(&desc->bg_free_inodes_count, 1); in ext2_release_inode()
213 if (!desc || !desc->bg_free_inodes_count) in find_group_dir()
215 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_dir()
290 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
294 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
330 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
336 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
347 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
349 if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei) in find_group_orlov()
380 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
[all …]
Dext2.h196 __le16 bg_free_inodes_count; /* Free inodes count */ member