Searched defs:hsdep (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c161 struct hs_direct hsdep; local
179 if (parse_dir(filep, 0, &hsdep) > 0) {
186 ip->i_size = hsdep.hs_dir.ext_size;
187 ip->i_smode = hsdep.hs_dir.mode;
236 struct hs_direct *hsdep; local
255 for (hsdep = readdir(&dirp); hsdep != NULL; hsdep = readdir(&dirp)) {
256 udp = &hsdep->hs_ufs_dir;
273 ip->i_size = hsdep
288 static struct hs_direct hsdep; local
641 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) argument
761 parse_susp(char *bufp, uint_t *len, struct hs_direct *hsdep) argument
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c126 struct hs_direct hsdep; local
148 if ((int)(parse_dir(filep, 0, &hsdep)) > 0) {
149 hs_seti(filep, &hsdep, inode);
223 register struct hs_direct *hsdep; local
250 for (hsdep = readdir(&dirp); hsdep != NULL; hsdep = readdir(&dirp)) {
251 udp = &hsdep->hs_ufs_dir;
263 hs_seti(filep, hsdep, udp->d_ino);
282 static struct hs_direct hsdep; local
735 parse_dir(fileid_t *filep, int offset, struct hs_direct *hsdep) argument
859 parse_susp(char *bufp, uint_t *ce_len, struct hs_direct *hsdep) argument
953 hs_seti(fileid_t *filep, struct hs_direct *hsdep, ino_t inode) argument
[all...]

Completed in 46 milliseconds