Home
last modified time | relevance | path

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

/linux-6.15/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()
869 struct buffer_head *ext_bh; in affs_truncate() local
901 if (IS_ERR(ext_bh)) { in affs_truncate()
904 ext, PTR_ERR(ext_bh)); in affs_truncate()
939 affs_fix_checksum(sb, ext_bh); in affs_truncate()
941 affs_brelse(ext_bh); in affs_truncate()
[all …]