Searched refs:pbh (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
D | recovery.c | 143 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() argument 150 *pbh = NULL; in nilfs_read_super_root_block() 176 *pbh = bh_sr; in nilfs_read_super_root_block() 255 struct buffer_head **pbh, in nilfs_read_summary_info() argument 261 BUG_ON((*pbh)->b_size < *offset); in nilfs_read_summary_info() 262 if (bytes > (*pbh)->b_size - *offset) { in nilfs_read_summary_info() 263 blocknr = (*pbh)->b_blocknr; in nilfs_read_summary_info() 264 brelse(*pbh); in nilfs_read_summary_info() 265 *pbh = __bread(nilfs->ns_bdev, blocknr + 1, in nilfs_read_summary_info() 267 if (unlikely(!*pbh)) in nilfs_read_summary_info() [all …]
|
D | bmap.c | 458 struct buffer_head *pbh; in nilfs_bmap_data_get_key() local 463 for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page) in nilfs_bmap_data_get_key()
|
D | btnode.c | 71 struct buffer_head **pbh, sector_t *submit_ptr) in nilfs_btnode_submit_block() argument 127 *pbh = bh; in nilfs_btnode_submit_block()
|
D | inode.c | 883 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh) in nilfs_load_inode_block() argument 893 inode->i_ino, pbh); in nilfs_load_inode_block() 898 ii->i_bh = *pbh; in nilfs_load_inode_block() 900 brelse(*pbh); in nilfs_load_inode_block() 901 *pbh = ii->i_bh; in nilfs_load_inode_block() 904 *pbh = ii->i_bh; in nilfs_load_inode_block() 906 get_bh(*pbh); in nilfs_load_inode_block()
|
D | super.c | 859 struct buffer_head **pbh) in nilfs_read_super_block() argument 865 *pbh = sb_bread(sb, sb_index); in nilfs_read_super_block() 866 if (!*pbh) in nilfs_read_super_block() 868 return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset); in nilfs_read_super_block()
|
D | nilfs.h | 280 int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
|
/linux-4.1.27/fs/gfs2/ |
D | dir.c | 767 struct buffer_head **pbh) in gfs2_dirent_search() argument 815 *pbh = bh; in gfs2_dirent_search() 819 static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth) in new_leaf() argument 853 *pbh = bh; in new_leaf()
|