Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h79 int xfs_dir_lookup_args(struct xfs_da_args *args);
Dxfs_dir2.c393 xfs_dir_lookup_args( in xfs_dir_lookup_args() function
457 rval = xfs_dir_lookup_args(args); in xfs_dir_lookup()
/linux-6.12.1/fs/xfs/scrub/
Dreaddir.c340 error = xfs_dir_lookup_args(&args); in xchk_dir_lookup()