Lines Matching refs:inodes_per_ob
18 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_add() local
73 if (++j >= inodes_per_ob) { in ext4_orphan_file_add()
81 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j; in ext4_orphan_file_add()
197 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_del() local
202 blk = EXT4_I(inode)->i_orphan_idx / inodes_per_ob; in ext4_orphan_file_del()
203 off = EXT4_I(inode)->i_orphan_idx % inodes_per_ob; in ext4_orphan_file_del()
391 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_cleanup() local
479 for (j = 0; j < inodes_per_ob; j++) { in ext4_orphan_cleanup()
486 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j; in ext4_orphan_cleanup()
535 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_block_csum_verify() local
547 inodes_per_ob * sizeof(__u32)); in ext4_orphan_file_block_csum_verify()
558 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_block_trigger() local
566 inodes_per_ob * sizeof(__u32)); in ext4_orphan_file_block_trigger()
579 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_init_orphan_info() local
623 for (j = 0; j < inodes_per_ob; j++) in ext4_init_orphan_info()
643 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_empty() local
649 inodes_per_ob) in ext4_orphan_file_empty()