Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Dfile.c300 struct buffer_head *ext_bh; in affs_get_block() local
320 if (IS_ERR(ext_bh)) in affs_get_block()
352 affs_brelse(ext_bh); in affs_get_block()
364 return PTR_ERR(ext_bh); in affs_get_block()
366 brelse(ext_bh); in affs_get_block()
870 struct buffer_head *ext_bh; in affs_truncate() local
902 if (IS_ERR(ext_bh)) { in affs_truncate()
905 ext, PTR_ERR(ext_bh)); in affs_truncate()
940 affs_fix_checksum(sb, ext_bh); in affs_truncate()
942 affs_brelse(ext_bh); in affs_truncate()
[all …]