Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A 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()
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()
250 ctxt->bh = nbh; in nilfs_btnode_commit_change_key()
262 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key() local
[all …]
/linux/fs/jbd2/
A 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()
691 unlock_buffer(nbh); in do_one_pass()
[all …]
/linux/fs/ntfs3/
A Dfsntfs.c1151 u32 nbh = 0; in ntfs_read_run_nb() local
1214 nb->bh[nbh++] = bh; in ntfs_read_run_nb()
1215 nb->nbufs = nbh; in ntfs_read_run_nb()
1244 if (!nbh) in ntfs_read_run_nb()
1247 while (nbh) { in ntfs_read_run_nb()
1249 nb->bh[nbh] = NULL; in ntfs_read_run_nb()
1281 u32 nbh = 0; in ntfs_get_bh() local
1333 nb->bh[nbh++] = bh; in ntfs_get_bh()
1336 nb->nbufs = nbh; in ntfs_get_bh()
1357 while (nbh) { in ntfs_get_bh()
[all …]
/linux/fs/gfs2/
A Ddir.c1001 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local
1029 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf()
1034 bn = nbh->b_blocknr; in dir_split_leaf()
1088 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf()
1092 new = gfs2_dirent_split_alloc(inode, nbh, &str, ptr); in dir_split_leaf()
1127 brelse(nbh); in dir_split_leaf()
1136 brelse(nbh); in dir_split_leaf()
/linux/Documentation/translations/ja_JP/
A DSubmittingPatches24 Matsukura さん <nbh--mats at nifty dot com>

Completed in 16 milliseconds