Searched refs:pbh (Results 1 – 4 of 4) sorted by relevance
138 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() argument145 *pbh = NULL; in nilfs_read_super_root_block()171 *pbh = bh_sr; in nilfs_read_super_root_block()262 struct buffer_head **pbh, in nilfs_read_summary_info() argument268 BUG_ON((*pbh)->b_size < *offset); in nilfs_read_summary_info()269 if (bytes > (*pbh)->b_size - *offset) { in nilfs_read_summary_info()270 blocknr = (*pbh)->b_blocknr; in nilfs_read_summary_info()271 brelse(*pbh); in nilfs_read_summary_info()272 *pbh = __bread(nilfs->ns_bdev, blocknr + 1, in nilfs_read_summary_info()274 if (unlikely(!*pbh)) in nilfs_read_summary_info()[all …]
851 struct buffer_head **pbh) in nilfs_read_super_block() argument857 *pbh = sb_bread(sb, sb_index); in nilfs_read_super_block()858 if (!*pbh) in nilfs_read_super_block()860 return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset); in nilfs_read_super_block()
308 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
812 struct buffer_head **pbh) in gfs2_dirent_search() argument860 *pbh = bh; in gfs2_dirent_search()864 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) in new_leaf() argument897 *pbh = bh; in new_leaf()