HomeSort by: relevance | last modified time | path
    Searched refs:dmu_dir_list_next (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 893 extern int dmu_dir_list_next(objset_t *os, int namelen, char *name,
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 1655 dmu_dir_list_next(objset_t *os, int namelen, char *name, function
zvol.c 3243 while (dmu_dir_list_next(os, len, p, NULL, &cookie) == 0) {
3250 while (dmu_dir_list_next(os, MAXPATHLEN - (p - osname), p, NULL,
zfs_ioctl.c 2338 error = dmu_dir_list_next(os,

Completed in 25 milliseconds