HomeSort by: relevance | last modified time | path
    Searched defs:fh_key (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_denode.c 76 struct fh_key { struct
83 struct fh_key fh_key; member in struct:fh_node
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;
109 return fh_compare_node_fh(ctx, parent, &np->fh_key);
651 struct fh_key fhkey;
664 fhp->fh_key = fhkey
    [all...]

Completed in 11 milliseconds