Home
last modified time | relevance | path

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

/fs/affs/
Dsuper.c31 struct buffer_head *bh = sbi->s_root_bh; in affs_commit_super()
414 sbi->s_root_bh = root_bh; in affs_fill_super()
611 affs_brelse(sbi->s_root_bh); in affs_kill_sb()
Dbitmap.c255 if (!AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag) { in affs_init_bitmap()
273 bmap_blk = (__be32 *)sbi->s_root_bh->b_data; in affs_init_bitmap()
Daffs.h93 struct buffer_head *s_root_bh; /* Cached root block. */ member