Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nilfs2/
Dsufile.c303 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local
352 &su_bh); in nilfs_sufile_alloc()
355 kaddr = kmap_atomic(su_bh->b_page); in nilfs_sufile_alloc()
357 sufile, segnum, su_bh, kaddr); in nilfs_sufile_alloc()
377 mark_buffer_dirty(su_bh); in nilfs_sufile_alloc()
379 brelse(su_bh); in nilfs_sufile_alloc()
388 brelse(su_bh); in nilfs_sufile_alloc()
404 struct buffer_head *su_bh) in nilfs_sufile_do_cancel_free() argument
409 kaddr = kmap_atomic(su_bh->b_page); in nilfs_sufile_do_cancel_free()
410 su = nilfs_sufile_block_get_segment_usage(sufile, segnum, su_bh, kaddr); in nilfs_sufile_do_cancel_free()
[all …]