Home
last modified time | relevance | path

Searched refs:du_tgt (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.c1192 struct xfs_dir_update *du_tgt, in xfs_dir_rename_children() argument
1200 struct xfs_inode *target_dp = du_tgt->dp; in xfs_dir_rename_children()
1201 const struct xfs_name *target_name = du_tgt->name; in xfs_dir_rename_children()
1202 struct xfs_inode *target_ip = du_tgt->ip; in xfs_dir_rename_children()
1391 if (du_tgt->ppargs) { in xfs_dir_rename_children()
1392 error = xfs_parent_removename(tp, du_tgt->ppargs, target_dp, in xfs_dir_rename_children()
Dxfs_dir2.h356 struct xfs_dir_update *du_tgt, unsigned int spaceres,
/linux-6.12.1/fs/xfs/
Dxfs_inode.c2108 struct xfs_dir_update du_tgt = { in xfs_rename() local
2159 error = xfs_parent_start(mp, &du_tgt.ppargs); in xfs_rename()
2230 error = xfs_dir_exchange_children(tp, &du_src, &du_tgt, in xfs_rename()
2298 error = xfs_dir_rename_children(tp, &du_src, &du_tgt, spaceres, in xfs_rename()
2329 xfs_parent_finish(mp, du_tgt.ppargs); in xfs_rename()