Home
last modified time | relevance | path

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

/linux-4.19.296/fs/affs/
Dbitmap.c256 if (!AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag) { in affs_init_bitmap()
274 bmap_blk = (__be32 *)sbi->s_root_bh->b_data; in affs_init_bitmap()
Dsuper.c35 struct buffer_head *bh = sbi->s_root_bh; in affs_commit_super()
451 sbi->s_root_bh = root_bh; in affs_fill_super()
641 affs_brelse(sbi->s_root_bh); in affs_kill_sb()
Daffs.h94 struct buffer_head *s_root_bh; /* Cached root block. */ member