Home
last modified time | relevance | path

Searched refs:ext4_orphan_block_tail (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dorphan.c523 static struct ext4_orphan_block_tail *ext4_orphan_block_tail( in ext4_orphan_block_tail() function
527 return (struct ext4_orphan_block_tail *)(bh->b_data + sb->s_blocksize - in ext4_orphan_block_tail()
528 sizeof(struct ext4_orphan_block_tail)); in ext4_orphan_block_tail()
537 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_csum_verify()
543 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_csum_verify()
560 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_trigger()
566 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_trigger()
579 struct ext4_orphan_block_tail *ot; in ext4_init_orphan_info()
609 ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh); in ext4_init_orphan_info()