ext4_orphan_block_tail
return (sb->s_blocksize - sizeof(struct ext4_orphan_block_tail)) /
static struct ext4_orphan_block_tail *ext4_orphan_block_tail(
return (struct ext4_orphan_block_tail *)(bh->b_data + sb->s_blocksize -
sizeof(struct ext4_orphan_block_tail));
struct ext4_orphan_block_tail *ot;
ot = ext4_orphan_block_tail(sb, bh);
struct ext4_orphan_block_tail *ot;
ot = ext4_orphan_block_tail(sb, bh);
struct ext4_orphan_block_tail *ot;
ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh);