Searched refs:hs_dirent (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c190 if (hp->hs_dirent.ext_size == 0)
191 hs_filldirent(vp, &hp->hs_dirent);
193 filesize = hp->hs_dirent.ext_size;
319 if ((hp->hs_dirent.ext_size == 0) && (vp->v_type == VDIR)) {
320 hs_filldirent(vp, &hp->hs_dirent);
322 vap->va_type = IFTOVT(hp->hs_dirent.mode);
323 vap->va_mode = hp->hs_dirent.mode;
324 vap->va_uid = hp->hs_dirent.uid;
325 vap->va_gid = hp->hs_dirent.gid;
329 vap->va_nlink = hp->hs_dirent
[all...]
H A Dhsfs_node.c152 if (crgetuid(cred) != hp->hs_dirent.uid) {
154 if (!groupmember((uid_t)hp->hs_dirent.gid, cred))
157 return (secpolicy_vnode_access2(cred, vp, hp->hs_dirent.uid,
158 hp->hs_dirent.mode << shift, m));
330 if (hp->hs_dirent.sym_link != (char *)NULL) {
331 kmem_free(hp->hs_dirent.sym_link,
332 (size_t)(hp->hs_dirent.ext_size + 1));
589 bcopy((caddr_t)dp, (caddr_t)&hp->hs_dirent,
592 * We've just copied this pointer into hs_dirent,
681 if (hp->hs_dirent
[all...]
H A Dhsfs_vfsops.c752 hs_check_root_dirent(fsp->hsfs_rootvp, &(hp->hs_dirent));
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h95 struct hs_direntry hs_dirent; /* the directory entry for this file */ member in struct:hsnode

Completed in 83 milliseconds