Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dbtnode.c212 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local
255 nbh = nilfs_btnode_create_block(btnc, newkey); in nilfs_btnode_prepare_change_key()
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()
288 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local
295 if (nbh == NULL) { /* blocksize == pagesize */ in nilfs_btnode_commit_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()
[all …]
/linux/fs/ntfs3/
H A Dfsntfs.c1203 u32 nbh = 0; in ntfs_read_run_nb() local
1262 } else if (nbh >= ARRAY_SIZE(nb->bh)) { in ntfs_read_run_nb()
1266 nb->bh[nbh++] = bh; in ntfs_read_run_nb()
1267 nb->nbufs = nbh; in ntfs_read_run_nb()
1296 if (!nbh) in ntfs_read_run_nb()
1299 while (nbh) { in ntfs_read_run_nb()
1300 put_bh(nb->bh[--nbh]); in ntfs_read_run_nb()
1301 nb->bh[nbh] = NULL; in ntfs_read_run_nb()
1333 u32 nbh = 0; in ntfs_get_bh() local
1359 if (nbh >= ARRAY_SIZE(nb->bh)) { in ntfs_get_bh()
[all …]
/linux/fs/gfs2/
H A 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()
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches24 Matsukura さん <nbh--mats at nifty dot com>