Searched refs:ext4_orphan_block_tail (Results 1 – 2 of 2) sorted by relevance
520 static struct ext4_orphan_block_tail *ext4_orphan_block_tail( in ext4_orphan_block_tail() function524 return (struct ext4_orphan_block_tail *)(bh->b_data + sb->s_blocksize - in ext4_orphan_block_tail()525 sizeof(struct ext4_orphan_block_tail)); in ext4_orphan_block_tail()534 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_csum_verify()540 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_csum_verify()557 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_trigger()563 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_trigger()577 struct ext4_orphan_block_tail *ot; in ext4_init_orphan_info()617 ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh); in ext4_init_orphan_info()
1533 struct ext4_orphan_block_tail { struct1540 return (sb->s_blocksize - sizeof(struct ext4_orphan_block_tail)) / in ext4_inodes_per_orphan_block() argument