Searched defs:hpfsnode (Results 1 – 1 of 1) sorted by relevance
336 struct hpfsnode { struct339 LIST_ENTRY(hpfsnode) h_hash; argument341 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;[all …]