Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsuper.c502 brelse(sbi->raw_super_buf); in f2fs_put_super()
932 struct buffer_head **raw_super_buf) in read_raw_super_block() argument
937 *raw_super_buf = sb_bread(sb, block); in read_raw_super_block()
938 if (!*raw_super_buf) { in read_raw_super_block()
950 ((char *)(*raw_super_buf)->b_data + F2FS_SUPER_OFFSET); in read_raw_super_block()
954 brelse(*raw_super_buf); in read_raw_super_block()
973 struct buffer_head *raw_super_buf; in f2fs_fill_super() local
992 err = read_raw_super_block(sb, &raw_super, &raw_super_buf); in f2fs_fill_super()
1036 sbi->raw_super_buf = raw_super_buf; in f2fs_fill_super()
1228 brelse(raw_super_buf); in f2fs_fill_super()
Df2fs.h607 struct buffer_head *raw_super_buf; /* buffer head of raw sb */ member