OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coda_mntinfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/coda/
cnode.h
149
struct
coda_mntinfo
{
struct
155
extern struct
coda_mntinfo
coda_mnttbl[]; /* indexed by minor device number */
160
#define vftomi(vfsp) ((struct
coda_mntinfo
*)(vfsp->mnt_data))
161
#define CODA_MOUNTED(vfsp) ((vftomi(vfsp) != (struct
coda_mntinfo
*)0) \
167
#define vtomi(vp) ((struct
coda_mntinfo
*)(vp->v_mount->mnt_data))
188
extern int coda_call(struct
coda_mntinfo
*, int, int *, void *);
coda_vfsops.c
77
extern struct
coda_mntinfo
coda_mnttbl[NVCODA]; /* indexed by minor device number */
168
struct
coda_mntinfo
*mi;
301
struct
coda_mntinfo
*mi = vftomi(vfsp);
354
struct
coda_mntinfo
*mi = vftomi(vfsp);
612
struct
coda_mntinfo
*mi = vftomi((*vpp)->v_mount);
coda_psdev.c
130
struct
coda_mntinfo
coda_mnttbl[NVCODA];
179
struct
coda_mntinfo
*mi;
538
coda_call(struct
coda_mntinfo
*mntinfo, int inSize, int *outSize,
Completed in 30 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025