Searched refs:bh_result (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/bfs/ |
| H A D | file.c | 66 struct buffer_head *bh_result, int create) in bfs_get_block() argument 79 map_bh(bh_result, sb, phys); in bfs_get_block() 91 map_bh(bh_result, sb, phys); in bfs_get_block() 110 map_bh(bh_result, sb, phys); in bfs_get_block() 148 map_bh(bh_result, sb, phys); in bfs_get_block()
|
| /linux/fs/minix/ |
| H A D | itree_v1.c | 54 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument 56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
|
| H A D | itree_v2.c | 62 struct buffer_head *bh_result, int create) in V2_minix_get_block() argument 64 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
|
| /linux/fs/udf/ |
| H A D | inode.c | 66 struct buffer_head *bh_result, int create); 468 struct buffer_head *bh_result, int flags) in __udf_get_block() argument 480 map_bh(bh_result, inode->i_sb, map.pblk); in __udf_get_block() 482 set_buffer_new(bh_result); in __udf_get_block() 488 struct buffer_head *bh_result, int create) in udf_get_block() argument 500 return __udf_get_block(inode, block, bh_result, flags); in udf_get_block() 510 struct buffer_head *bh_result, int create) in udf_get_block_wb() argument 512 return __udf_get_block(inode, block, bh_result, 0); in udf_get_block_wb()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 950 struct buffer_head *bh_result, int create) in ext4_get_block_unwritten() argument 956 ret = _ext4_get_block(inode, iblock, bh_result, in ext4_get_block_unwritten() 964 if (ret == 0 && buffer_unwritten(bh_result)) in ext4_get_block_unwritten() 965 set_buffer_new(bh_result); in ext4_get_block_unwritten()
|
| H A D | ext4.h | 3145 struct buffer_head *bh_result, int create); 3147 struct buffer_head *bh_result, int create);
|