Home
last modified time | relevance | path

Searched refs:old_bh (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bfs/
H A Ddir.c207 struct buffer_head *old_bh, *new_bh; in bfs_rename() local
215 old_bh = new_bh = NULL; in bfs_rename()
223 old_bh = bfs_find_entry(old_dir, &old_dentry->d_name, &old_de); in bfs_rename()
225 if (!old_bh || (le16_to_cpu(old_de->ino) != old_inode->i_ino)) in bfs_rename()
249 mark_buffer_dirty_inode(old_bh, old_dir); in bfs_rename()
254 brelse(old_bh); in bfs_rename()
/linux/fs/ext2/
H A Dxattr.c706 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, in ext2_xattr_set2() argument
718 if (new_bh == old_bh) { in ext2_xattr_set2()
735 } else if (old_bh && header == HDR(old_bh)) { in ext2_xattr_set2()
738 new_bh = old_bh; in ext2_xattr_set2()
786 if (new_bh && new_bh != old_bh) { in ext2_xattr_set2()
796 if (old_bh && old_bh != new_bh) { in ext2_xattr_set2()
801 ext2_xattr_release_block(inode, old_bh); in ext2_xattr_set2()
/linux/fs/ocfs2/
H A Dxattr.h81 struct buffer_head *old_bh,
H A Dxattr.c4247 struct buffer_head *old_bh) in ocfs2_xattr_update_xattr_search() argument
4249 char *buf = old_bh->b_data; in ocfs2_xattr_update_xattr_search()
6176 * old_bh and new_bh are inode bh for the old and new inode.
6181 struct buffer_head *old_bh; member
6333 struct buffer_head *old_bh, in ocfs2_reflink_xattr_header() argument
6351 trace_ocfs2_reflink_xattr_header((unsigned long long)old_bh->b_blocknr, in ocfs2_reflink_xattr_header()
6380 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header()
6462 struct ocfs2_dinode *di = (struct ocfs2_dinode *)args->old_bh->b_data; in ocfs2_reflink_xattr_inline()
6466 (args->old_bh->b_data + header_off); in ocfs2_reflink_xattr_inline()
6499 args->old_bh in ocfs2_reflink_xattr_inline()
7115 ocfs2_reflink_xattrs(struct inode * old_inode,struct buffer_head * old_bh,struct inode * new_inode,struct buffer_head * new_bh,bool preserve_security) ocfs2_reflink_xattrs() argument
[all...]
/linux/fs/nilfs2/
H A Dsegment.c1586 static void nilfs_list_replace_buffer(struct buffer_head *old_bh, in nilfs_list_replace_buffer() argument
1591 list_replace_init(&old_bh->b_assoc_buffers, &new_bh->b_assoc_buffers); in nilfs_list_replace_buffer()
1592 /* The caller must release old_bh */ in nilfs_list_replace_buffer()