Searched refs:pbh (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | recovery.c | 138 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() argument 145 *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() argument 268 BUG_ON((*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() 274 if (unlikely(!*pbh)) in nilfs_read_summary_info() 278 ptr = (*pbh)->b_data + *offset; in nilfs_read_summary_info() 292 struct buffer_head **pbh, in nilfs_skip_summary_info() argument [all …]
|
| H A D | inode.c | 951 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh) in nilfs_load_inode_block() argument 961 inode->i_ino, pbh); in nilfs_load_inode_block() 966 ii->i_bh = *pbh; in nilfs_load_inode_block() 969 ii->i_bh = *pbh; in nilfs_load_inode_block() 971 brelse(*pbh); in nilfs_load_inode_block() 972 *pbh = ii->i_bh; in nilfs_load_inode_block() 975 *pbh = ii->i_bh; in nilfs_load_inode_block() 977 get_bh(*pbh); in nilfs_load_inode_block()
|
| H A D | btnode.c | 89 struct buffer_head **pbh, sector_t *submit_ptr) in nilfs_btnode_submit_block() argument 144 *pbh = bh; in nilfs_btnode_submit_block()
|
| H A D | super.c | 851 struct buffer_head **pbh) in nilfs_read_super_block() argument 857 *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()
|
| H A D | nilfs.h | 307 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
|
| /linux-6.15/fs/gfs2/ |
| H A D | dir.c | 811 struct buffer_head **pbh) in gfs2_dirent_search() argument 859 *pbh = bh; in gfs2_dirent_search() 863 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) in new_leaf() argument 896 *pbh = bh; in new_leaf()
|