Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dresize.c216 struct buffer_head *super_bh = NULL; in ocfs2_update_super_and_backups() local
225 &super_bh); in ocfs2_update_super_and_backups()
231 super_di = (struct ocfs2_dinode *)super_bh->b_data; in ocfs2_update_super_and_backups()
235 ret = ocfs2_write_super_or_backup(osb, super_bh); in ocfs2_update_super_and_backups()
242 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
245 brelse(super_bh); in ocfs2_update_super_and_backups()