Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dresize.c230 struct buffer_head *super_bh = NULL; in ocfs2_update_super_and_backups() local
239 &super_bh); in ocfs2_update_super_and_backups()
245 super_di = (struct ocfs2_dinode *)super_bh->b_data; in ocfs2_update_super_and_backups()
249 ret = ocfs2_write_super_or_backup(osb, super_bh); in ocfs2_update_super_and_backups()
256 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
259 brelse(super_bh); in ocfs2_update_super_and_backups()