Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dbtnode.c199 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
238 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
253 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
293 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
H A Dbtnode.h30 struct buffer_head *newbh; member
/openbmc/linux/fs/gfs2/
H A Dxattr.c971 struct buffer_head *indbh, *newbh; in ea_set_block() local
1023 error = ea_alloc_blk(ip, &newbh); in ea_set_block()
1027 *eablk = cpu_to_be64((u64)newbh->b_blocknr); in ea_set_block()
1028 error = ea_write(ip, GFS2_EA_BH2FIRST(newbh), er); in ea_set_block()
1029 brelse(newbh); in ea_set_block()