Searched refs:pbh (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/nilfs2/ |
D | recovery.c | 131 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() 250 if (bytes > (*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() 253 *pbh = __bread(nilfs->ns_bdev, blocknr + 1, in nilfs_read_summary_info() 255 if (unlikely(!*pbh)) in nilfs_read_summary_info() [all …]
|
D | inode.c | 973 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh) in nilfs_load_inode_block() argument 983 inode->i_ino, pbh); in nilfs_load_inode_block() 988 ii->i_bh = *pbh; in nilfs_load_inode_block() 991 ii->i_bh = *pbh; in nilfs_load_inode_block() 993 brelse(*pbh); in nilfs_load_inode_block() 994 *pbh = ii->i_bh; in nilfs_load_inode_block() 997 *pbh = ii->i_bh; in nilfs_load_inode_block() 999 get_bh(*pbh); in nilfs_load_inode_block()
|
D | btnode.c | 88 struct buffer_head **pbh, sector_t *submit_ptr) in nilfs_btnode_submit_block() argument 143 *pbh = bh; in nilfs_btnode_submit_block()
|
D | super.c | 845 struct buffer_head **pbh) in nilfs_read_super_block() argument 851 *pbh = sb_bread(sb, sb_index); in nilfs_read_super_block() 852 if (!*pbh) in nilfs_read_super_block() 854 return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset); in nilfs_read_super_block()
|
D | nilfs.h | 307 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
|
/linux-6.12.1/fs/gfs2/ |
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()
|