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.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()
H A Dxfs_dir2.h356 struct xfs_dir_update *du_tgt, unsigned int spaceres,