Searched refs:ext_bh (Results 1 – 1 of 1) sorted by relevance
299 struct buffer_head *ext_bh; in affs_get_block() local319 if (IS_ERR(ext_bh)) in affs_get_block()351 affs_brelse(ext_bh); in affs_get_block()363 return PTR_ERR(ext_bh); in affs_get_block()365 brelse(ext_bh); in affs_get_block()868 struct buffer_head *ext_bh; in affs_truncate() local900 if (IS_ERR(ext_bh)) { in affs_truncate()903 ext, PTR_ERR(ext_bh)); in affs_truncate()938 affs_fix_checksum(sb, ext_bh); in affs_truncate()940 affs_brelse(ext_bh); in affs_truncate()[all …]
Completed in 5 milliseconds