Searched refs:inodes_per_ob (Results 1 – 1 of 1) sorted by relevance
20 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_add() local75 if (++j >= inodes_per_ob) { in ext4_orphan_file_add()83 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j; in ext4_orphan_file_add()195 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); in ext4_orphan_file_del() local200 blk = EXT4_I(inode)->i_orphan_idx / inodes_per_ob; in ext4_orphan_file_del()201 off = EXT4_I(inode)->i_orphan_idx % inodes_per_ob; in ext4_orphan_file_del()389 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_cleanup() local477 for (j = 0; j < inodes_per_ob; j++) { in ext4_orphan_cleanup()484 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j; in ext4_orphan_cleanup()533 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); in ext4_orphan_file_block_csum_verify() local[all …]