Home
last modified time | relevance | path

Searched refs:ext4_r_blocks_count (Results 1 – 4 of 4) sorted by relevance

/fs/ext4/
Dballoc.c457 root_clusters = ext4_r_blocks_count(sbi->s_es) >> sbi->s_cluster_bits; in ext4_has_free_clusters()
Dresize.c1171 reserved_blocks = ext4_r_blocks_count(es) * 100; in ext4_update_super()
1210 ext4_r_blocks_count_set(es, ext4_r_blocks_count(es) + in ext4_update_super()
Dext4.h2040 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es) in ext4_r_blocks_count() function
Dsuper.c4589 buf->f_bavail = buf->f_bfree - ext4_r_blocks_count(es); in ext4_statfs()
4590 if (buf->f_bfree < ext4_r_blocks_count(es)) in ext4_statfs()