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

  /src/sys/fs/msdosfs/
msdosfs_denode.c 84 #define fh_mount fh_key.fhk_mount macro
96 /* msdosfs_fh_destroy() below depends on first sorting on fh_mount. */
97 if (pnp->fh_mount != fhp->fhk_mount)
98 return (intptr_t)pnp->fh_mount - (intptr_t)fhp->fhk_mount;
730 fhp != NULL && fhp->fh_mount == pmp; fhp = nfhp) {
737 KASSERT(fhp->fh_mount != pmp);
msdosfs_denode.c 84 #define fh_mount fh_key.fhk_mount macro
96 /* msdosfs_fh_destroy() below depends on first sorting on fh_mount. */
97 if (pnp->fh_mount != fhp->fhk_mount)
98 return (intptr_t)pnp->fh_mount - (intptr_t)fhp->fhk_mount;
730 fhp != NULL && fhp->fh_mount == pmp; fhp = nfhp) {
737 KASSERT(fhp->fh_mount != pmp);
msdosfs_denode.c 84 #define fh_mount fh_key.fhk_mount macro
96 /* msdosfs_fh_destroy() below depends on first sorting on fh_mount. */
97 if (pnp->fh_mount != fhp->fhk_mount)
98 return (intptr_t)pnp->fh_mount - (intptr_t)fhp->fhk_mount;
730 fhp != NULL && fhp->fh_mount == pmp; fhp = nfhp) {
737 KASSERT(fhp->fh_mount != pmp);

Completed in 33 milliseconds