Searched refs:nbh (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | btnode.c | 212 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local 256 if (IS_ERR(nbh)) in nilfs_btnode_prepare_change_key() 257 return PTR_ERR(nbh); in nilfs_btnode_prepare_change_key() 259 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key() 260 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key() 312 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key() 313 mark_buffer_dirty(nbh); in nilfs_btnode_commit_change_key() 315 nbh->b_blocknr = newkey; in nilfs_btnode_commit_change_key() 316 ctxt->bh = nbh; in nilfs_btnode_commit_change_key() 339 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key() local [all …]
|
| /linux-6.15/fs/jbd2/ |
| H A D | recovery.c | 504 struct buffer_head *nbh; in jbd2_do_replay() local 551 nbh = __getblk(journal->j_fs_dev, blocknr, in jbd2_do_replay() 553 if (nbh == NULL) { in jbd2_do_replay() 559 lock_buffer(nbh); in jbd2_do_replay() 562 *((__be32 *)nbh->b_data) = in jbd2_do_replay() 566 BUFFER_TRACE(nbh, "marking dirty"); in jbd2_do_replay() 567 set_buffer_uptodate(nbh); in jbd2_do_replay() 568 mark_buffer_dirty(nbh); in jbd2_do_replay() 569 BUFFER_TRACE(nbh, "marking uptodate"); in jbd2_do_replay() 571 unlock_buffer(nbh); in jbd2_do_replay() [all …]
|
| /linux-6.15/fs/ntfs3/ |
| H A D | fsntfs.c | 1175 u32 nbh = 0; in ntfs_read_run_nb() local 1238 nb->bh[nbh++] = bh; in ntfs_read_run_nb() 1239 nb->nbufs = nbh; in ntfs_read_run_nb() 1268 if (!nbh) in ntfs_read_run_nb() 1271 while (nbh) { in ntfs_read_run_nb() 1273 nb->bh[nbh] = NULL; in ntfs_read_run_nb() 1305 u32 nbh = 0; in ntfs_get_bh() local 1357 nb->bh[nbh++] = bh; in ntfs_get_bh() 1360 nb->nbufs = nbh; in ntfs_get_bh() 1381 while (nbh) { in ntfs_get_bh() [all …]
|
| /linux-6.15/fs/gfs2/ |
| H A D | dir.c | 1004 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()
|
| /linux-6.15/Documentation/translations/ja_JP/ |
| H A D | SubmittingPatches | 24 Matsukura さん <nbh--mats at nifty dot com>
|