Searched refs:old_bh (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/bfs/ |
D | dir.c | 207 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-6.6.21/fs/ext2/ |
D | xattr.c | 706 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-6.6.21/fs/exfat/ |
D | namei.c | 1019 struct buffer_head *new_bh, *old_bh; in exfat_rename_file() local 1022 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh); in exfat_rename_file() 1053 brelse(old_bh); in exfat_rename_file() 1056 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh); in exfat_rename_file() 1061 brelse(old_bh); in exfat_rename_file() 1067 brelse(old_bh); in exfat_rename_file() 1084 exfat_update_bh(old_bh, sync); in exfat_rename_file() 1085 brelse(old_bh); in exfat_rename_file()
|
/linux-6.6.21/fs/ocfs2/ |
D | xattr.h | 81 struct buffer_head *old_bh,
|
D | refcounttree.c | 3013 struct buffer_head *old_bh = NULL; in ocfs2_duplicate_clusters_by_jbd() local 3029 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL); in ocfs2_duplicate_clusters_by_jbd() 3042 memcpy(new_bh->b_data, old_bh->b_data, sb->s_blocksize); in ocfs2_duplicate_clusters_by_jbd() 3046 brelse(old_bh); in ocfs2_duplicate_clusters_by_jbd() 3048 old_bh = NULL; in ocfs2_duplicate_clusters_by_jbd() 3052 brelse(old_bh); in ocfs2_duplicate_clusters_by_jbd() 4151 struct buffer_head *old_bh, in __ocfs2_reflink() argument 4171 ret = ocfs2_attach_refcount_tree(inode, old_bh); in __ocfs2_reflink() 4185 ret = ocfs2_create_reflink_node(inode, old_bh, in __ocfs2_reflink() 4193 ret = ocfs2_reflink_xattrs(inode, old_bh, in __ocfs2_reflink() [all …]
|
D | xattr.c | 4248 struct buffer_head *old_bh) in ocfs2_xattr_update_xattr_search() argument 4250 char *buf = old_bh->b_data; in ocfs2_xattr_update_xattr_search() 6182 struct buffer_head *old_bh; member 6334 struct buffer_head *old_bh, in ocfs2_reflink_xattr_header() argument 6352 trace_ocfs2_reflink_xattr_header((unsigned long long)old_bh->b_blocknr, in ocfs2_reflink_xattr_header() 6381 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header() 6463 struct ocfs2_dinode *di = (struct ocfs2_dinode *)args->old_bh->b_data; in ocfs2_reflink_xattr_inline() 6467 (args->old_bh->b_data + header_off); in ocfs2_reflink_xattr_inline() 6500 args->old_bh->b_data + header_off, inline_size); in ocfs2_reflink_xattr_inline() 6505 ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh, in ocfs2_reflink_xattr_inline() [all …]
|
/linux-6.6.21/fs/nilfs2/ |
D | segment.c | 1573 static void nilfs_list_replace_buffer(struct buffer_head *old_bh, in nilfs_list_replace_buffer() argument 1578 list_replace_init(&old_bh->b_assoc_buffers, &new_bh->b_assoc_buffers); in nilfs_list_replace_buffer()
|