Searched refs:prev_bh (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/affs/
H A Dfile.c224 struct buffer_head *prev_bh; local
231 prev_bh = affs_get_extblock(inode, ext - 1);
232 if (IS_ERR(prev_bh))
233 return prev_bh;
234 bh = affs_alloc_extblock(inode, prev_bh, ext);
235 affs_brelse(prev_bh);
535 struct buffer_head *bh, *prev_bh; local
565 prev_bh = bh;
578 if (prev_bh) {
579 u32 tmp = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)
659 struct buffer_head *bh, *prev_bh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dcpfile.c579 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; local
642 &prev_bh);
646 prev_bh = header_bh;
647 get_bh(prev_bh);
663 kaddr = kmap_atomic(prev_bh->b_page, KM_USER0);
665 cpfile, prev, prev_bh, kaddr);
674 nilfs_mdt_mark_buffer_dirty(prev_bh);
680 brelse(prev_bh);
698 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; local
745 &prev_bh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.c2379 struct buffer_head *ref_leaf_bh = NULL, *prev_bh = NULL; local
2393 if (ref_leaf_bh != prev_bh) {
2398 if (prev_bh) {
2400 prev_bh->b_data;
2410 brelse(prev_bh);
2411 prev_bh = ref_leaf_bh;
2412 get_bh(prev_bh);
2465 if (prev_bh) {
2466 rb = (struct ocfs2_refcount_block *)prev_bh->b_data;
2505 brelse(prev_bh);
[all...]

Completed in 115 milliseconds