Searched refs:out_bh (Results 1 – 11 of 11) sorted by relevance
/fs/nilfs2/ |
D | mdt.c | 67 struct buffer_head **out_bh, in nilfs_mdt_create_block() argument 96 *out_bh = bh; in nilfs_mdt_create_block() 115 struct buffer_head **out_bh) in nilfs_mdt_submit_block() argument 158 *out_bh = bh; in nilfs_mdt_submit_block() 169 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() argument 209 *out_bh = first_bh; in nilfs_mdt_read_block() 245 struct buffer_head **out_bh) in nilfs_mdt_get_block() argument 251 ret = nilfs_mdt_read_block(inode, blkoff, !create, out_bh); in nilfs_mdt_get_block() 255 ret = nilfs_mdt_create_block(inode, blkoff, out_bh, init_block); in nilfs_mdt_get_block() 287 struct buffer_head **out_bh) in nilfs_mdt_find_block() argument [all …]
|
D | gcinode.c | 60 struct buffer_head **out_bh) in nilfs_gccache_submit_read_data() argument 98 *out_bh = bh; in nilfs_gccache_submit_read_data() 127 __u64 vbn, struct buffer_head **out_bh) in nilfs_gccache_submit_read_node() argument 133 REQ_OP_READ, out_bh, &pbn); in nilfs_gccache_submit_read_node()
|
D | ifile.c | 53 struct buffer_head **out_bh) in nilfs_ifile_create_inode() argument 79 *out_bh = req.pr_entry_bh; in nilfs_ifile_create_inode() 133 struct buffer_head **out_bh) in nilfs_ifile_get_inode_block() argument 143 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh); in nilfs_ifile_get_inode_block()
|
D | mdt.h | 73 struct buffer_head **out_bh);
|
/fs/udf/ |
D | super.c | 876 goto out_bh; in udf_load_pvoldesc() 901 goto out_bh; in udf_load_pvoldesc() 907 out_bh: in udf_load_pvoldesc() 1244 goto out_bh; in udf_load_partdesc() 1265 goto out_bh; in udf_load_partdesc() 1270 goto out_bh; in udf_load_partdesc() 1290 goto out_bh; in udf_load_partdesc() 1295 goto out_bh; in udf_load_partdesc() 1302 goto out_bh; in udf_load_partdesc() 1312 goto out_bh; in udf_load_partdesc() [all …]
|
/fs/hfs/ |
D | mdb.c | 111 goto out_bh; in hfs_mdb_get() 135 goto out_bh; in hfs_mdb_get() 233 out_bh: in hfs_mdb_get()
|
/fs/ext4/ |
D | ioctl.c | 140 goto out_bh; in ext4_update_backup_sb() 150 goto out_bh; in ext4_update_backup_sb() 159 goto out_bh; in ext4_update_backup_sb() 164 goto out_bh; in ext4_update_backup_sb() 171 out_bh: in ext4_update_backup_sb()
|
D | namei.c | 3262 goto out_bh; in __ext4_unlink() 3269 goto out_bh; in __ext4_unlink() 3300 out_bh: in __ext4_unlink()
|
/fs/ocfs2/ |
D | quota_local.c | 644 goto out_bh; in ocfs2_finish_quota_recovery() 652 goto out_bh; in ocfs2_finish_quota_recovery() 667 out_bh: in ocfs2_finish_quota_recovery()
|
D | file.c | 2647 struct buffer_head *in_bh = NULL, *out_bh = NULL; in ocfs2_remap_file_range() local 2660 ret = ocfs2_reflink_inodes_lock(inode_in, &in_bh, inode_out, &out_bh); in ocfs2_remap_file_range() 2687 inode_out, out_bh, pos_out, len); in ocfs2_remap_file_range() 2704 ret = ocfs2_reflink_update_dest(inode_out, out_bh, pos_out + len); in ocfs2_remap_file_range() 2711 ocfs2_reflink_inodes_unlock(inode_in, in_bh, inode_out, out_bh); in ocfs2_remap_file_range()
|
/fs/gfs2/ |
D | super.c | 294 goto out_bh; in gfs2_statfs_sync() 300 goto out_bh; in gfs2_statfs_sync() 307 out_bh: in gfs2_statfs_sync()
|