Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_denode.c76 struct fh_key { struct
83 struct fh_key fh_key; argument
84 #define fh_mount fh_key.fhk_mount
85 #define fh_dircluster fh_key.fhk_dircluster
86 #define fh_diroffset fh_key.fhk_diroffset
94 const struct fh_key * const fhp = key; in fh_compare_node_fh()
109 return fh_compare_node_fh(ctx, parent, &np->fh_key); in fh_compare_nodes()
651 struct fh_key fhkey; in msdosfs_fh_enter()
664 fhp->fh_key = fhkey; in msdosfs_fh_enter()
677 struct fh_key fhkey; in msdosfs_fh_remove()
[all …]