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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dbtnode.h37 struct buffer_head *newbh; member in struct:nilfs_btnode_chkey_ctxt
H A Dbtnode.c211 ctxt->newbh = NULL;
257 ctxt->newbh = nbh;
272 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh;
313 struct buffer_head *nbh = ctxt->newbh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dxattr.c967 struct buffer_head *indbh, *newbh; local
1019 error = ea_alloc_blk(ip, &newbh);
1023 *eablk = cpu_to_be64((u64)newbh->b_blocknr);
1024 error = ea_write(ip, GFS2_EA_BH2FIRST(newbh), er);
1025 brelse(newbh);

Completed in 77 milliseconds