Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dresize.c214 struct buffer_head *super_bh = NULL; in ocfs2_update_super_and_backups() local
223 &super_bh); in ocfs2_update_super_and_backups()
229 super_di = (struct ocfs2_dinode *)super_bh->b_data; in ocfs2_update_super_and_backups()
233 ret = ocfs2_write_super_or_backup(osb, super_bh); in ocfs2_update_super_and_backups()
240 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
243 brelse(super_bh); in ocfs2_update_super_and_backups()