Searched refs:old_bh (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ocfs2/
H A Dxattr.h81 struct buffer_head *old_bh,
H A Drefcounttree.c3013 struct buffer_head *old_bh = NULL; local
3029 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL);
3042 memcpy(new_bh->b_data, old_bh->b_data, sb->s_blocksize);
3046 brelse(old_bh);
3048 old_bh = NULL;
3052 brelse(old_bh);
4151 struct buffer_head *old_bh,
4171 ret = ocfs2_attach_refcount_tree(inode, old_bh);
4185 ret = ocfs2_create_reflink_node(inode, old_bh,
4193 ret = ocfs2_reflink_xattrs(inode, old_bh,
4150 __ocfs2_reflink(struct dentry *old_dentry, struct buffer_head *old_bh, struct inode *new_inode, bool preserve) argument
4226 struct buffer_head *old_bh = NULL; local
[all...]
H A Dxattr.c4248 struct buffer_head *old_bh)
4250 char *buf = old_bh->b_data;
6177 * old_bh and new_bh are inode bh for the old and new inode.
6182 struct buffer_head *old_bh; member in struct:ocfs2_xattr_reflink
6334 struct buffer_head *old_bh,
6352 trace_ocfs2_reflink_xattr_header((unsigned long long)old_bh->b_blocknr,
6381 ret = func(sb, old_bh, xh, i, &xv, NULL, para);
6463 struct ocfs2_dinode *di = (struct ocfs2_dinode *)args->old_bh->b_data;
6467 (args->old_bh->b_data + header_off);
6500 args->old_bh
4246 ocfs2_xattr_update_xattr_search(struct inode *inode, struct ocfs2_xattr_search *xs, struct buffer_head *old_bh) argument
6332 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) argument
7124 ocfs2_reflink_xattrs(struct inode *old_inode, struct buffer_head *old_bh, struct inode *new_inode, struct buffer_head *new_bh, bool preserve_security) argument
[all...]
/linux-master/fs/bfs/
H A Ddir.c207 struct buffer_head *old_bh, *new_bh; local
215 old_bh = new_bh = NULL;
223 old_bh = bfs_find_entry(old_dir, &old_dentry->d_name, &old_de);
225 if (!old_bh || (le16_to_cpu(old_de->ino) != old_inode->i_ino))
249 mark_buffer_dirty_inode(old_bh, old_dir);
254 brelse(old_bh);
/linux-master/fs/ext2/
H A Dxattr.c706 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, argument
718 if (new_bh == old_bh) {
735 } else if (old_bh && header == HDR(old_bh)) {
738 new_bh = old_bh;
786 if (new_bh && new_bh != old_bh) {
796 if (old_bh && old_bh != new_bh) {
801 ext2_xattr_release_block(inode, old_bh);
/linux-master/fs/nilfs2/
H A Dsegment.c1531 static void nilfs_list_replace_buffer(struct buffer_head *old_bh, argument
1536 list_replace_init(&old_bh->b_assoc_buffers, &new_bh->b_assoc_buffers);
1537 /* The caller must release old_bh */

Completed in 161 milliseconds