Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dorphan.c18 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_add()
197 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_del()
391 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_cleanup()
535 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_block_csum_verify()
558 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_block_trigger()
579 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_init_orphan_info()
643 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_empty()
Dext4.h1477 static inline int ext4_inodes_per_orphan_block(struct super_block *sb) in ext4_inodes_per_orphan_block() function