Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/
Dsufile.c310 struct buffer_head *header_bh, *su_bh; in nilfs_sufile_alloc() local
359 &su_bh); in nilfs_sufile_alloc()
362 kaddr = kmap_local_page(su_bh->b_page); in nilfs_sufile_alloc()
364 sufile, segnum, su_bh, kaddr); in nilfs_sufile_alloc()
384 mark_buffer_dirty(su_bh); in nilfs_sufile_alloc()
386 brelse(su_bh); in nilfs_sufile_alloc()
395 brelse(su_bh); in nilfs_sufile_alloc()
411 struct buffer_head *su_bh) in nilfs_sufile_do_cancel_free() argument
416 kaddr = kmap_local_page(su_bh->b_page); in nilfs_sufile_do_cancel_free()
417 su = nilfs_sufile_block_get_segment_usage(sufile, segnum, su_bh, kaddr); in nilfs_sufile_do_cancel_free()
[all …]