Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds