Home
last modified time | relevance | path

Searched refs:hs_direntry (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h47 extern struct vnode *hs_makenode(struct hs_direntry *dp,
62 struct hs_direntry *hdp, char *dnp, int *dnlen, int last_offset);
69 extern void hs_filldirent(struct vnode *vp, struct hs_direntry *hdp);
80 extern int hsfs_valid_dir(struct hs_direntry *hd);
H A Dhsfs_node.h38 struct hs_direntry { struct
93 struct hs_direntry hs_dirent; /* the directory entry for this file */
141 struct hs_direntry root_dir; /* dir entry for Root Directory */
H A Dhsfs_susp.h229 struct hs_direntry *hdp; /* directory entry */
250 struct hs_direntry *, struct hsfs *, uchar_t *, int search_num);
H A Dhsfs_rrip.h298 extern void hs_check_root_dirent(struct vnode *vp, struct hs_direntry *hdp);
301 struct hsfs *fsp, struct hs_direntry *hdp);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c123 struct hs_direntry *hdp = sig_args_p->hdp; in rrip_file_attr()
342 struct hs_direntry *hdp = sig_args_p->hdp; in rrip_sym_link()
447 struct hs_direntry *hdp) /* directory entry pointer to put */ in rrip_namecopy()
H A Dhsfs_susp_subr.c86 struct hs_direntry *hdp, /* loc to store dir info */ in parse_sua()
359 hs_check_root_dirent(struct vnode *vp, struct hs_direntry *hdp) in hs_check_root_dirent()
H A Dhsfs_node.c511 struct hs_direntry *dp, in hs_makenode()
719 struct hs_direntry hd; in hs_remakenode()
926 struct hs_direntry *hdp, in hs_parsedir()
1396 hs_filldirent(struct vnode *vp, struct hs_direntry *hdp) in hs_filldirent()
1456 struct hs_direntry hd; in process_dirblock()
H A Dhsfs_subr.c285 struct hs_direntry *hd; in hsfs_valid_dir()
H A Dhsfs_vnops.c408 struct hs_direntry hd; in hsfs_readdir()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c73 struct hs_direntry hs_dir;
110 static void hs_dodates(enum hs_vol_type, struct hs_direntry *, char *);
739 struct hs_direntry *hdp = &hsdep->hs_dir; in parse_dir()
1058 hs_dodates(enum hs_vol_type type, struct hs_direntry *hdp, char *bufp) in hs_dodates()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c97 struct hs_direntry hs_dir;
644 struct hs_direntry *hdp = &hsdep->hs_dir; /* hsfs-style dir info */ in parse_dir()