Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsufile.c309 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local
358 &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() argument
415 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 …]