Searched refs:parse_dir (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/fs/ |
H A D | hsfs.c | 114 static uint_t parse_dir(fileid_t *, int, struct hs_direct *); 165 if (parse_dir(filep, 0, &hsdep) > 0) { in opendir() 306 dirp->loc += parse_dir(filep, off, &hsdep); in readdir() 642 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 D | hsfsops.c | 107 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
|