Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Drecovery.c131 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() argument
138 *pbh = NULL; in nilfs_read_super_root_block()
164 *pbh = bh_sr; in nilfs_read_super_root_block()
243 struct buffer_head **pbh, in nilfs_read_summary_info() argument
249 BUG_ON((*pbh)->b_size < *offset); in nilfs_read_summary_info()
251 blocknr = (*pbh)->b_blocknr; in nilfs_read_summary_info()
252 brelse(*pbh); in nilfs_read_summary_info()
255 if (unlikely(!*pbh)) in nilfs_read_summary_info()
259 ptr = (*pbh)->b_data + *offset; in nilfs_read_summary_info()
273 struct buffer_head **pbh, in nilfs_skip_summary_info() argument
[all …]
H A Dbmap.c453 struct buffer_head *pbh; in nilfs_bmap_data_get_key() local
458 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
H A Dinode.c1021 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh) in nilfs_load_inode_block() argument
1031 inode->i_ino, pbh); in nilfs_load_inode_block()
1036 ii->i_bh = *pbh; in nilfs_load_inode_block()
1039 ii->i_bh = *pbh; in nilfs_load_inode_block()
1041 brelse(*pbh); in nilfs_load_inode_block()
1042 *pbh = ii->i_bh; in nilfs_load_inode_block()
1045 *pbh = ii->i_bh; in nilfs_load_inode_block()
1047 get_bh(*pbh); in nilfs_load_inode_block()
H A Dbtnode.c74 struct buffer_head **pbh, sector_t *submit_ptr) in nilfs_btnode_submit_block() argument
130 *pbh = bh; in nilfs_btnode_submit_block()
H A Dsuper.c869 struct buffer_head **pbh) in nilfs_read_super_block() argument
875 *pbh = sb_bread(sb, sb_index); in nilfs_read_super_block()
876 if (!*pbh) in nilfs_read_super_block()
878 return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset); in nilfs_read_super_block()
H A Dnilfs.h279 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
/openbmc/linux/fs/gfs2/
H A Ddir.c808 struct buffer_head **pbh) in gfs2_dirent_search() argument
856 *pbh = bh; in gfs2_dirent_search()
860 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) in new_leaf() argument
893 *pbh = bh; in new_leaf()