Searched refs:out_bh (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A 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() 287 struct buffer_head **out_bh) in nilfs_mdt_find_block() argument 295 ret = nilfs_mdt_read_block(inode, start, true, out_bh); in nilfs_mdt_find_block() [all …]
|
H A 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()
|
H A D | ifile.c | 53 struct buffer_head **out_bh) in nilfs_ifile_create_inode() argument 76 *out_bh = req.pr_entry_bh; in nilfs_ifile_create_inode() 130 struct buffer_head **out_bh) in nilfs_ifile_get_inode_block() argument 140 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh); in nilfs_ifile_get_inode_block()
|
H A D | mdt.h | 73 struct buffer_head **out_bh);
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 880 goto out_bh; in udf_load_pvoldesc() 905 goto out_bh; in udf_load_pvoldesc() 911 out_bh: in udf_load_pvoldesc() 1266 goto out_bh; in udf_load_partdesc() 1287 goto out_bh; in udf_load_partdesc() 1292 goto out_bh; in udf_load_partdesc() 1312 goto out_bh; in udf_load_partdesc() 1317 goto out_bh; in udf_load_partdesc() 1342 out_bh: in udf_load_partdesc() 1426 goto out_bh; in udf_load_logicalvol() [all …]
|
/openbmc/linux/fs/hfs/ |
H A 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()
|
/openbmc/linux/fs/ext4/ |
H A D | ioctl.c | 140 goto out_bh; in ext4_update_backup_sb() 150 goto out_bh; in ext4_update_backup_sb() 161 goto out_bh; in ext4_update_backup_sb() 168 out_bh: in ext4_update_backup_sb()
|
H A D | namei.c | 3309 goto out_bh; in __ext4_unlink() 3316 goto out_bh; in __ext4_unlink() 3347 out_bh: in __ext4_unlink()
|
H A D | super.c | 5901 goto out_bh; in ext4_get_journal_blkdev() 5909 goto out_bh; in ext4_get_journal_blkdev() 5915 goto out_bh; in ext4_get_journal_blkdev() 5923 out_bh: in ext4_get_journal_blkdev()
|
/openbmc/linux/fs/ocfs2/ |
H A 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()
|
H A D | file.c | 2685 struct buffer_head *in_bh = NULL, *out_bh = NULL; in ocfs2_remap_file_range() local 2698 ret = ocfs2_reflink_inodes_lock(inode_in, &in_bh, inode_out, &out_bh); in ocfs2_remap_file_range() 2725 inode_out, out_bh, pos_out, len); in ocfs2_remap_file_range() 2742 ret = ocfs2_reflink_update_dest(inode_out, out_bh, pos_out + len); in ocfs2_remap_file_range() 2749 ocfs2_reflink_inodes_unlock(inode_in, in_bh, inode_out, out_bh); in ocfs2_remap_file_range()
|
/openbmc/linux/fs/gfs2/ |
H A D | super.c | 298 goto out_bh; in gfs2_statfs_sync() 304 goto out_bh; in gfs2_statfs_sync() 311 out_bh: in gfs2_statfs_sync()
|