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

  /src/sys/fs/msdosfs/
msdosfs_denode.c 651 struct fh_key fhkey; local in function:msdosfs_fh_enter
654 fhkey.fhk_mount = pmp;
655 fhkey.fhk_dircluster = dircluster;
656 fhkey.fhk_diroffset = diroffset;
659 fhp = rb_tree_find_node(&fh_rbtree, &fhkey);
664 fhp->fh_key = fhkey;
677 struct fh_key fhkey; local in function:msdosfs_fh_remove
680 fhkey.fhk_mount = pmp;
681 fhkey.fhk_dircluster = dircluster;
682 fhkey.fhk_diroffset = diroffset
700 struct fh_key fhkey; local in function:msdosfs_fh_lookup
721 struct fh_key fhkey; local in function:msdosfs_fh_destroy
    [all...]
msdosfs_denode.c 651 struct fh_key fhkey; local in function:msdosfs_fh_enter
654 fhkey.fhk_mount = pmp;
655 fhkey.fhk_dircluster = dircluster;
656 fhkey.fhk_diroffset = diroffset;
659 fhp = rb_tree_find_node(&fh_rbtree, &fhkey);
664 fhp->fh_key = fhkey;
677 struct fh_key fhkey; local in function:msdosfs_fh_remove
680 fhkey.fhk_mount = pmp;
681 fhkey.fhk_dircluster = dircluster;
682 fhkey.fhk_diroffset = diroffset
700 struct fh_key fhkey; local in function:msdosfs_fh_lookup
721 struct fh_key fhkey; local in function:msdosfs_fh_destroy
    [all...]
msdosfs_denode.c 651 struct fh_key fhkey; local in function:msdosfs_fh_enter
654 fhkey.fhk_mount = pmp;
655 fhkey.fhk_dircluster = dircluster;
656 fhkey.fhk_diroffset = diroffset;
659 fhp = rb_tree_find_node(&fh_rbtree, &fhkey);
664 fhp->fh_key = fhkey;
677 struct fh_key fhkey; local in function:msdosfs_fh_remove
680 fhkey.fhk_mount = pmp;
681 fhkey.fhk_dircluster = dircluster;
682 fhkey.fhk_diroffset = diroffset
700 struct fh_key fhkey; local in function:msdosfs_fh_lookup
721 struct fh_key fhkey; local in function:msdosfs_fh_destroy
    [all...]

Completed in 33 milliseconds