Home
last modified time | relevance | path

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

/linux/fs/ext2/
A Dxattr.c670 if (new_bh == old_bh) { in ext2_xattr_set2()
687 } else if (old_bh && header == HDR(old_bh)) { in ext2_xattr_set2()
690 new_bh = old_bh; in ext2_xattr_set2()
745 if (old_bh && old_bh != new_bh) { in ext2_xattr_set2()
750 lock_buffer(old_bh); in ext2_xattr_set2()
759 old_bh->b_blocknr); in ext2_xattr_set2()
761 ea_bdebug(old_bh, "freeing"); in ext2_xattr_set2()
766 get_bh(old_bh); in ext2_xattr_set2()
767 bforget(old_bh); in ext2_xattr_set2()
773 mark_buffer_dirty(old_bh); in ext2_xattr_set2()
[all …]
/linux/fs/bfs/
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/exfat/
A Dnamei.c1011 struct buffer_head *new_bh, *old_bh; in exfat_rename_file() local
1014 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh, &sector_old); in exfat_rename_file()
1046 brelse(old_bh); in exfat_rename_file()
1049 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh, in exfat_rename_file()
1056 brelse(old_bh); in exfat_rename_file()
1062 brelse(old_bh); in exfat_rename_file()
1078 exfat_update_bh(old_bh, sync); in exfat_rename_file()
1079 brelse(old_bh); in exfat_rename_file()
1203 struct buffer_head *old_bh, *new_bh = NULL; in __exfat_rename() local
1219 ep = exfat_get_dentry(sb, &olddir, dentry, &old_bh, NULL); in __exfat_rename()
[all …]
/linux/fs/ocfs2/
A Dxattr.h81 struct buffer_head *old_bh,
A Drefcounttree.c3010 struct buffer_head *old_bh = NULL; in ocfs2_duplicate_clusters_by_jbd() local
3043 brelse(old_bh); in ocfs2_duplicate_clusters_by_jbd()
3045 old_bh = NULL; in ocfs2_duplicate_clusters_by_jbd()
3049 brelse(old_bh); in ocfs2_duplicate_clusters_by_jbd()
4178 struct buffer_head *old_bh, in __ocfs2_reflink() argument
4220 ret = ocfs2_reflink_xattrs(inode, old_bh, in __ocfs2_reflink()
4229 ret = ocfs2_complete_reflink(inode, old_bh, in __ocfs2_reflink()
4253 struct buffer_head *old_bh = NULL; in ocfs2_reflink() local
4274 error = ocfs2_inode_lock(inode, &old_bh, 1); in ocfs2_reflink()
4283 error = __ocfs2_reflink(old_dentry, old_bh, in ocfs2_reflink()
[all …]
A Dxattr.c4252 struct buffer_head *old_bh) in ocfs2_xattr_update_xattr_search() argument
4254 char *buf = old_bh->b_data; in ocfs2_xattr_update_xattr_search()
6186 struct buffer_head *old_bh; member
6338 struct buffer_head *old_bh, in ocfs2_reflink_xattr_header() argument
6385 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header()
6471 (args->old_bh->b_data + header_off); in ocfs2_reflink_xattr_inline()
6504 args->old_bh->b_data + header_off, inline_size); in ocfs2_reflink_xattr_inline()
6509 ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh, in ocfs2_reflink_xattr_inline()
7129 struct buffer_head *old_bh, in ocfs2_reflink_xattrs() argument
7137 struct ocfs2_dinode *di = (struct ocfs2_dinode *)old_bh->b_data; in ocfs2_reflink_xattrs()
[all …]
/linux/fs/nilfs2/
A Dsegment.c1532 static void nilfs_list_replace_buffer(struct buffer_head *old_bh, in nilfs_list_replace_buffer() argument
1537 list_replace_init(&old_bh->b_assoc_buffers, &new_bh->b_assoc_buffers); in nilfs_list_replace_buffer()

Completed in 36 milliseconds