Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nilfs2/
Dbtnode.c159 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local
202 nbh = nilfs_btnode_create_block(btnc, newkey); in nilfs_btnode_prepare_change_key()
203 if (!nbh) in nilfs_btnode_prepare_change_key()
206 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key()
207 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
222 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local
229 if (nbh == NULL) { /* blocksize == pagesize */ in nilfs_btnode_commit_change_key()
246 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key()
247 mark_buffer_dirty(nbh); in nilfs_btnode_commit_change_key()
249 nbh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
[all …]
/kernel/linux/linux-5.10/fs/jbd2/
Drecovery.c501 struct buffer_head * nbh; in do_one_pass() local
664 nbh = __getblk(journal->j_fs_dev, in do_one_pass()
667 if (nbh == NULL) { in do_one_pass()
677 lock_buffer(nbh); in do_one_pass()
678 memcpy(nbh->b_data, obh->b_data, in do_one_pass()
681 *((__be32 *)nbh->b_data) = in do_one_pass()
685 BUFFER_TRACE(nbh, "marking dirty"); in do_one_pass()
686 set_buffer_uptodate(nbh); in do_one_pass()
687 mark_buffer_dirty(nbh); in do_one_pass()
688 BUFFER_TRACE(nbh, "marking uptodate"); in do_one_pass()
[all …]
/kernel/linux/linux-5.10/fs/gfs2/
Ddir.c1004 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local
1032 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf()
1037 bn = nbh->b_blocknr; in dir_split_leaf()
1091 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf()
1095 new = gfs2_dirent_split_alloc(inode, nbh, &str, ptr); in dir_split_leaf()
1130 brelse(nbh); in dir_split_leaf()
1139 brelse(nbh); in dir_split_leaf()
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/
DSubmittingPatches24 Matsukura さん <nbh--mats at nifty dot com>