Home
last modified time | relevance | path

Searched refs:parse_dir (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c127 static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
177 if (parse_dir(filep, 0, &hsdep) > 0) { in opendir()
312 dirp->loc += parse_dir(filep, off, &hsdep); in readdir()
640 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) in parse_dir() function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c107 static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
148 if ((int)(parse_dir(filep, 0, &hsdep)) > 0) { in opendir()
305 dirp->loc += parse_dir(filep, off, &hsdep); in readdir()
735 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) in parse_dir() function