Symbol: mntinfo_t
usr/src/cmd/mdb/common/modules/nfs/nfs.c
882
mntinfo_t *mi;
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1850
data->data = mdb_alloc(sizeof (mntinfo_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1865
if (mdb_vread(data->data, sizeof (mntinfo_t), (uintptr_t)VFTOMI(vfs))
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1880
mdb_free(data->data, sizeof (mntinfo_t));
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
365
const mntinfo_t *mi = data;
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
489
mntinfo_t mi;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1014
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1367
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1451
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1804
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
485
mntinfo_t *mi; /* mount info, pointed at by vfs */
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1007
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1133
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1947
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2985
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3594
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4020
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4075
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4183
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4540
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
456
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
553
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5673
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5795
mntinfo_t *mi = VTOMI(vp);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
6634
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
665
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
6656
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1240
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1350
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_client.c
1368
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1468
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1590
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1722
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1819
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
1913
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
2028
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_client.c
2181
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_client.c
2206
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_client.c
2608
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
2667
list_create(&mig->mig_list, sizeof (mntinfo_t),
usr/src/uts/common/fs/nfs/nfs_client.c
2668
offsetof(mntinfo_t, mi_zone_node));
usr/src/uts/common/fs/nfs/nfs_client.c
2682
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
2768
nfs_mi_zonelist_add(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_client.c
2782
nfs_mi_zonelist_remove(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_client.c
3217
nfs_free_mi(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_client.c
3249
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
3300
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_client.c
762
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_client.c
869
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_common.c
470
mntinfo_t *mi; /* mount info, pointed at by vfs */
usr/src/uts/common/fs/nfs/nfs_subr.c
1404
acl2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_subr.c
1440
acl3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_subr.c
1486
aclcall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_subr.c
236
static int acl_clget(mntinfo_t *, servinfo_t *, cred_t *, CLIENT **,
usr/src/uts/common/fs/nfs/nfs_subr.c
238
static int nfs_clget(mntinfo_t *, servinfo_t *, cred_t *, CLIENT **,
usr/src/uts/common/fs/nfs/nfs_subr.c
241
static int nfs_feedback(int, int, mntinfo_t *);
usr/src/uts/common/fs/nfs/nfs_subr.c
242
static int rfscall(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
usr/src/uts/common/fs/nfs/nfs_subr.c
245
static int aclcall(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
usr/src/uts/common/fs/nfs/nfs_subr.c
2467
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
268
static void failover_newserver(mntinfo_t *mi);
usr/src/uts/common/fs/nfs/nfs_subr.c
269
static void failover_thread(mntinfo_t *mi);
usr/src/uts/common/fs/nfs/nfs_subr.c
270
static int failover_wait(mntinfo_t *);
usr/src/uts/common/fs/nfs/nfs_subr.c
279
static char *nfs_getsrvnames(mntinfo_t *, size_t *);
usr/src/uts/common/fs/nfs/nfs_subr.c
2824
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
2852
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
2943
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
2974
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
3082
mntinfo_t *mi = VFTOMI(vfsp);
usr/src/uts/common/fs/nfs/nfs_subr.c
4257
failover_newserver(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_subr.c
4299
failover_thread(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_subr.c
4490
failover_wait(mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_subr.c
4538
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
4706
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_subr.c
483
acl_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl,
usr/src/uts/common/fs/nfs/nfs_subr.c
5052
nfs_getsrvnames(mntinfo_t *mi, size_t *len)
usr/src/uts/common/fs/nfs/nfs_subr.c
544
nfs_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl,
usr/src/uts/common/fs/nfs/nfs_subr.c
776
nfs_feedback(int flag, int which, mntinfo_t *mi)
usr/src/uts/common/fs/nfs/nfs_subr.c
829
rfs2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_subr.c
875
rfs3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_subr.c
935
rfscall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp,
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1148
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1362
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1446
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1499
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1806
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
502
mntinfo_t *mi; /* mount info, pointed at by vfs */
usr/src/uts/common/fs/nfs/nfs_vnops.c
1194
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
1412
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
1714
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
3260
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
3633
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
425
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
4755
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
4836
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
4878
mntinfo_t *mi = VTOMI(vp);
usr/src/uts/common/fs/nfs/nfs_vnops.c
4967
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
4988
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
562
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
867
mntinfo_t *mi;
usr/src/uts/common/fs/nfs/nfs_vnops.c
950
mntinfo_t *mi;
usr/src/uts/common/klm/nlm_client.c
1215
mntinfo_t *mi;
usr/src/uts/common/klm/nlm_client.c
1542
mntinfo_t *mi = VTOMI(vp);
usr/src/uts/common/klm/nlm_client.c
263
mntinfo_t *mi;
usr/src/uts/common/klm/nlm_client.c
626
mntinfo_t *mi;
usr/src/uts/common/nfs/nfs_acl.h
371
extern int acl2call(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
usr/src/uts/common/nfs/nfs_acl.h
374
extern int acl3call(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
usr/src/uts/common/nfs/nfs_clnt.h
442
#define VFTOMI(vfsp) ((mntinfo_t *)((vfsp)->vfs_data))
usr/src/uts/common/nfs/nfs_clnt.h
447
#define VTOMI(vp) ((mntinfo_t *)(((vp)->v_vfsp)->vfs_data))
usr/src/uts/common/nfs/nfs_clnt.h
635
extern void nfs_mi_zonelist_add(mntinfo_t *);
usr/src/uts/common/nfs/nfs_clnt.h
636
extern void nfs_free_mi(mntinfo_t *);
usr/src/uts/common/os/tlabel.c
266
mntinfo_t *mi;