Searched refs:inodes_per_ob (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dorphan.c18 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); local
73 if (++j >= inodes_per_ob) {
81 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j;
197 int inodes_per_ob = ext4_inodes_per_orphan_block(inode->i_sb); local
202 blk = EXT4_I(inode)->i_orphan_idx / inodes_per_ob;
203 off = EXT4_I(inode)->i_orphan_idx % inodes_per_ob;
391 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); local
479 for (j = 0; j < inodes_per_ob; j++) {
486 EXT4_I(inode)->i_orphan_idx = i * inodes_per_ob + j;
535 int inodes_per_ob local
558 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); local
579 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); local
643 int inodes_per_ob = ext4_inodes_per_orphan_block(sb); local
[all...]

Completed in 233 milliseconds