Searched refs:su_bh (Results 1 – 1 of 1) sorted by relevance
269 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local299 &su_bh); in nilfs_sufile_alloc()302 kaddr = kmap_atomic(su_bh->b_page, KM_USER0); in nilfs_sufile_alloc()304 sufile, segnum, su_bh, kaddr); in nilfs_sufile_alloc()324 nilfs_mdt_mark_buffer_dirty(su_bh); in nilfs_sufile_alloc()326 brelse(su_bh); in nilfs_sufile_alloc()332 brelse(su_bh); in nilfs_sufile_alloc()348 struct buffer_head *su_bh) in nilfs_sufile_do_cancel_free() argument353 kaddr = kmap_atomic(su_bh->b_page, KM_USER0); in nilfs_sufile_do_cancel_free()354 su = nilfs_sufile_block_get_segment_usage(sufile, segnum, su_bh, kaddr); in nilfs_sufile_do_cancel_free()[all …]