Home
last modified time | relevance | path

Searched refs:newbh (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dbtnode.c185 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
231 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
246 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
287 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
Dbtnode.h30 struct buffer_head *newbh; member
/linux-4.19.296/fs/gfs2/
Dxattr.c963 struct buffer_head *indbh, *newbh; in ea_set_block() local
1015 error = ea_alloc_blk(ip, &newbh); in ea_set_block()
1019 *eablk = cpu_to_be64((u64)newbh->b_blocknr); in ea_set_block()
1020 error = ea_write(ip, GFS2_EA_BH2FIRST(newbh), er); in ea_set_block()
1021 brelse(newbh); in ea_set_block()