Searched refs:pr_entry_bh (Results 1 – 3 of 3) sorted by relevance
59 req.pr_entry_bh = NULL; in nilfs_ifile_create_inode()64 &req.pr_entry_bh); in nilfs_ifile_create_inode()69 brelse(req.pr_entry_bh); in nilfs_ifile_create_inode()73 mark_buffer_dirty(req.pr_entry_bh); in nilfs_ifile_create_inode()76 *out_bh = req.pr_entry_bh; in nilfs_ifile_create_inode()94 .pr_entry_nr = ino, .pr_entry_bh = NULL in nilfs_ifile_delete_inode()103 &req.pr_entry_bh); in nilfs_ifile_delete_inode()108 brelse(req.pr_entry_bh); in nilfs_ifile_delete_inode()113 req.pr_entry_bh); in nilfs_ifile_delete_inode()114 raw_inode = kmap_local_folio(req.pr_entry_bh->b_folio, offset); in nilfs_ifile_delete_inode()[all …]
46 create, &req->pr_entry_bh); in nilfs_dat_prepare_entry()63 mark_buffer_dirty(req->pr_entry_bh); in nilfs_dat_commit_entry()65 brelse(req->pr_entry_bh); in nilfs_dat_commit_entry()71 brelse(req->pr_entry_bh); in nilfs_dat_abort_entry()95 req->pr_entry_bh); in nilfs_dat_commit_alloc()96 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_alloc()119 req->pr_entry_bh); in nilfs_dat_commit_free()120 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_free()149 req->pr_entry_bh); in nilfs_dat_commit_start()150 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_start()[all …]
52 struct buffer_head *pr_entry_bh; member