Searched refs:su_bh (Results 1 – 1 of 1) sorted by relevance
307 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local356 &su_bh); in nilfs_sufile_alloc()359 kaddr = kmap_atomic(su_bh->b_page); in nilfs_sufile_alloc()361 sufile, segnum, su_bh, kaddr); in nilfs_sufile_alloc()381 mark_buffer_dirty(su_bh); in nilfs_sufile_alloc()383 brelse(su_bh); in nilfs_sufile_alloc()389 brelse(su_bh); in nilfs_sufile_alloc()405 struct buffer_head *su_bh) in nilfs_sufile_do_cancel_free() argument410 kaddr = kmap_atomic(su_bh->b_page); in nilfs_sufile_do_cancel_free()411 su = nilfs_sufile_block_get_segment_usage(sufile, segnum, su_bh, kaddr); in nilfs_sufile_do_cancel_free()[all …]