Searched refs:su_bh (Results 1 – 1 of 1) sorted by relevance
309 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local358 &su_bh); in nilfs_sufile_alloc()363 su_bh); in nilfs_sufile_alloc()364 su = kaddr = kmap_local_folio(su_bh->b_folio, offset); in nilfs_sufile_alloc()383 mark_buffer_dirty(su_bh); in nilfs_sufile_alloc()385 brelse(su_bh); in nilfs_sufile_alloc()394 brelse(su_bh); in nilfs_sufile_alloc()410 struct buffer_head *su_bh) in nilfs_sufile_do_cancel_free() argument415 offset = nilfs_sufile_segment_usage_offset(sufile, segnum, su_bh); in nilfs_sufile_do_cancel_free()416 su = kmap_local_folio(su_bh->b_folio, offset); in nilfs_sufile_do_cancel_free()[all …]