Searched refs:pbh (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Drecovery.c139 * @pbh: address of a buffer_head pointer to return super root buffer
143 struct buffer_head **pbh, int check)
150 *pbh = NULL;
176 *pbh = bh_sr;
250 * @pbh: the current buffer head on summary blocks [in, out]
255 struct buffer_head **pbh,
261 BUG_ON((*pbh)->b_size < *offset);
262 if (bytes > (*pbh)->b_size - *offset) {
263 blocknr = (*pbh)->b_blocknr;
264 brelse(*pbh);
142 nilfs_read_super_root_block(struct the_nilfs *nilfs, sector_t sr_block, struct buffer_head **pbh, int check) argument
254 nilfs_read_summary_info(struct the_nilfs *nilfs, struct buffer_head **pbh, unsigned int *offset, unsigned int bytes) argument
284 nilfs_skip_summary_info(struct the_nilfs *nilfs, struct buffer_head **pbh, unsigned int *offset, unsigned int bytes, unsigned long count) argument
[all...]
H A Dbmap.c417 struct buffer_head *pbh; local
422 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page)
H A Dbtnode.c100 struct buffer_head **pbh, sector_t *submit_ptr)
156 *pbh = bh;
98 nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, sector_t pblocknr, int mode, struct buffer_head **pbh, sector_t *submit_ptr) argument
H A Dinode.c695 struct buffer_head **pbh)
704 pbh);
709 ii->i_bh = *pbh;
711 brelse(*pbh);
712 *pbh = ii->i_bh;
715 *pbh = ii->i_bh;
717 get_bh(*pbh);
694 nilfs_load_inode_block(struct nilfs_sb_info *sbi, struct inode *inode, struct buffer_head **pbh) argument
H A Dsuper.c738 struct buffer_head **pbh)
744 *pbh = sb_bread(sb, sb_index);
745 if (!*pbh)
747 return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset);
736 nilfs_read_super_block(struct super_block *sb, u64 pos, int blocksize, struct buffer_head **pbh) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c718 struct buffer_head **pbh)
766 *pbh = bh;
770 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) argument
799 *pbh = bh;
715 gfs2_dirent_search(struct inode *inode, const struct qstr *name, gfs2_dscan_t scan, struct buffer_head **pbh) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1703 unsigned pbc, pbh, pbs; /* physical beginning c, h, s */ local
1713 pbh = p->head;
1728 if (cylinders <= 1024 && (pbc != lbc || pbh != lbh || pbs != lbs)) {
1731 printf(" phys=(%d, %d, %d) ", pbc, pbh, pbs);

Completed in 88 milliseconds