Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c1191 struct xfs_dir_update *du_tgt, in xfs_dir_rename_children() argument
1199 struct xfs_inode *target_dp = du_tgt->dp; in xfs_dir_rename_children()
1200 const struct xfs_name *target_name = du_tgt->name; in xfs_dir_rename_children()
1201 struct xfs_inode *target_ip = du_tgt->ip; in xfs_dir_rename_children()
1390 if (du_tgt->ppargs) { in xfs_dir_rename_children()
1391 error = xfs_parent_removename(tp, du_tgt->ppargs, target_dp, in xfs_dir_rename_children()
H A Dxfs_dir2.h355 struct xfs_dir_update *du_tgt, unsigned int spaceres,