Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h81 int xfs_dir_removename_args(struct xfs_da_args *args);
Dxfs_dir2.c471 xfs_dir_removename_args( in xfs_dir_removename_args() function
522 rval = xfs_dir_removename_args(args); in xfs_dir_removename()
/linux-6.12.1/fs/xfs/scrub/
Ddir_repair.c723 return xfs_dir_removename_args(&rd->args); in xrep_dir_replay_removename()