Lines Matching defs:hpfsnode
336 struct hpfsnode { struct
339 LIST_ENTRY(hpfsnode) h_hash; argument
341 struct hpfsmount *h_hpmp;
342 struct fnode h_fn;
343 struct vnode * h_vp;
344 struct vnode * h_devvp;
345 cdev_t h_dev;
346 lsn_t h_no;
347 uid_t h_uid;
348 gid_t h_gid;
349 mode_t h_mode;
350 u_int32_t h_flag;
353 u_long h_mtime;
354 u_long h_atime;
355 u_long h_ctime;
356 char h_name[HPFS_MAXFILENAME+1]; /* Used to speedup dirent */
357 int h_namelen; /* lookup */