Searched refs:parse_dir (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/fs/ |
H A D | hsfs.c | 129 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
|
/titanic_41/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
|