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

/illumos-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) {
313 dirp->loc += parse_dir(filep, off, &hsdep);
641 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) function
652 dprintf("parse_dir: offset = %d\n", offset);
/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) {
305 dirp->loc += parse_dir(filep, off, &hsdep);
735 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) function
770 printf("parse_dir(): file type=0x%x unknown.\n", c);
815 print_io_req(filep, "parse_dir(): [I]");
823 print_io_req(filep, "parse_dir(): [0]");
830 print_io_req(filep, "parse_dir(): [1]");
838 printf("parse_dir(): "
850 print_io_req(filep, "parse_dir()
[all...]

Completed in 63 milliseconds