Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/fs/
H A Dhsfs.c129 static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
179 if (parse_dir(filep, 0, &hsdep) > 0) { in opendir()
313 dirp->loc += parse_dir(filep, off, &hsdep); in readdir()
641 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) in parse_dir() function
/onnv-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c109 static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
150 if ((int)(parse_dir(filep, 0, &hsdep)) > 0) { in opendir()
307 dirp->loc += parse_dir(filep, off, &hsdep); in readdir()
737 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) in parse_dir() function