Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.h80 int xfs_dir_removename_args(struct xfs_da_args *args);
H A Dxfs_dir2.c469 xfs_dir_removename_args( in xfs_dir_removename_args() function
520 rval = xfs_dir_removename_args(args); in xfs_dir_removename()
/linux/fs/xfs/scrub/
H A Ddir_repair.c733 return xfs_dir_removename_args(&rd->args); in xrep_dir_replay_removename()