Searched refs:obh (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | btnode.c | 212 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local 220 obh = ctxt->bh; in nilfs_btnode_prepare_change_key() 224 struct folio *ofolio = obh->b_folio; in nilfs_btnode_prepare_change_key() 259 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key() 264 folio_unlock(obh->b_folio); in nilfs_btnode_prepare_change_key() 288 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local 296 ofolio = obh->b_folio; in nilfs_btnode_commit_change_key() 302 mark_buffer_dirty(obh); in nilfs_btnode_commit_change_key() 309 ofolio->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key() 312 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key() [all …]
|
| /linux/fs/gfs2/ |
| H A D | dir.c | 1002 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local 1018 error = get_leaf(dip, leaf_no, &obh); in dir_split_leaf() 1022 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf() 1024 brelse(obh); in dir_split_leaf() 1028 gfs2_trans_add_meta(dip->i_gl, obh); in dir_split_leaf() 1032 brelse(obh); in dir_split_leaf() 1079 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf)); in dir_split_leaf() 1083 if (dirent_next(dip, obh, &next)) in dir_split_leaf() 1089 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf() 1103 dirent_del(dip, obh, prev, dent); in dir_split_leaf() [all …]
|