Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dbtnode.c173 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local
223 nbh = nilfs_btnode_create_block(btnc, newkey); in nilfs_btnode_prepare_change_key()
224 if (!nbh) in nilfs_btnode_prepare_change_key()
227 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key()
228 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
243 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local
250 if (nbh == NULL) { /* blocksize == pagesize */ in nilfs_btnode_commit_change_key()
268 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key()
269 mark_buffer_dirty(nbh); in nilfs_btnode_commit_change_key()
271 nbh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
[all …]
/linux-4.4.14/fs/jbd2/
Drecovery.c464 struct buffer_head * nbh; in do_one_pass() local
615 nbh = __getblk(journal->j_fs_dev, in do_one_pass()
618 if (nbh == NULL) { in do_one_pass()
628 lock_buffer(nbh); in do_one_pass()
629 memcpy(nbh->b_data, obh->b_data, in do_one_pass()
632 *((__be32 *)nbh->b_data) = in do_one_pass()
636 BUFFER_TRACE(nbh, "marking dirty"); in do_one_pass()
637 set_buffer_uptodate(nbh); in do_one_pass()
638 mark_buffer_dirty(nbh); in do_one_pass()
639 BUFFER_TRACE(nbh, "marking uptodate"); in do_one_pass()
[all …]
/linux-4.4.14/fs/udf/
Dinode.c1895 struct buffer_head *nbh; in udf_add_aext() local
1904 nbh = udf_tgetblk(inode->i_sb, udf_get_lb_pblock(inode->i_sb, in udf_add_aext()
1907 if (!nbh) in udf_add_aext()
1909 lock_buffer(nbh); in udf_add_aext()
1910 memset(nbh->b_data, 0x00, inode->i_sb->s_blocksize); in udf_add_aext()
1911 set_buffer_uptodate(nbh); in udf_add_aext()
1912 unlock_buffer(nbh); in udf_add_aext()
1913 mark_buffer_dirty_inode(nbh, inode); in udf_add_aext()
1915 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1923 dptr = nbh->b_data + sizeof(struct allocExtDesc); in udf_add_aext()
[all …]
/linux-4.4.14/fs/gfs2/
Ddir.c967 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local
995 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf()
1000 bn = nbh->b_blocknr; in dir_split_leaf()
1057 new = gfs2_dirent_alloc(inode, nbh, &str); in dir_split_leaf()
1094 brelse(nbh); in dir_split_leaf()
1103 brelse(nbh); in dir_split_leaf()
/linux-4.4.14/Documentation/ja_JP/
DHOWTO23 校正者: 松倉さん <nbh--mats at nifty dot com>
DSubmittingPatches24 Matsukura さん <nbh--mats at nifty dot com>