OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025