Searched refs:mntinfo_t (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 436 } mntinfo_t; typedef 442 #define VFTOMI(vfsp) ((mntinfo_t *)((vfsp)->vfs_data)) 447 #define VTOMI(vp) ((mntinfo_t *)(((vp)->v_vfsp)->vfs_data)) 635 extern void nfs_mi_zonelist_add(mntinfo_t *); 636 extern void nfs_free_mi(mntinfo_t *);
|
H A D | nfs_acl.h | 371 extern int acl2call(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t, 374 extern int acl3call(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 755 mntinfo_t *mi; in nfs_attrcache_va() 862 mntinfo_t *mi; in nfs_getattr_otw() 1233 mntinfo_t *mi; in nfs_async_manager() 1343 mntinfo_t *mi = VFTOMI(vfsp); in nfs_async_manager_stop() 1361 mntinfo_t *mi; in nfs_async_readahead() 1461 mntinfo_t *mi; in nfs_async_putapage() 1583 mntinfo_t *mi; in nfs_async_pageio() 1715 mntinfo_t *mi; in nfs_async_readdir() 1812 mntinfo_t *mi; in nfs_async_commit() 1906 mntinfo_t *mi; in nfs_async_inactive() [all …]
|
H A D | nfs_subr.c | 235 static int acl_clget(mntinfo_t *, servinfo_t *, cred_t *, CLIENT **, 237 static int nfs_clget(mntinfo_t *, servinfo_t *, cred_t *, CLIENT **, 240 static int nfs_feedback(int, int, mntinfo_t *); 241 static int rfscall(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t, 244 static int aclcall(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t, 267 static void failover_newserver(mntinfo_t *mi); 268 static void failover_thread(mntinfo_t *mi); 269 static int failover_wait(mntinfo_t *); 278 static char *nfs_getsrvnames(mntinfo_t *, size_t *); 482 acl_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, in acl_clget() [all …]
|
H A D | nfs_vfsops.c | 502 mntinfo_t *mi; /* mount info, pointed at by vfs */ in nfs_mount() 1148 mntinfo_t *mi; in nfsrootvp() 1362 mntinfo_t *mi; in nfs_unmount() 1446 mntinfo_t *mi; in nfs_root() 1499 mntinfo_t *mi; in nfs_statvfs() 1806 mntinfo_t *mi; in nfs_freevfs()
|
H A D | nfs_vnops.c | 425 mntinfo_t *mi; in nfs_read() 562 mntinfo_t *mi; in nfs_write() 867 mntinfo_t *mi; in nfswrite() 950 mntinfo_t *mi; in nfsread() 1194 mntinfo_t *mi; in nfssetattr() 1412 mntinfo_t *mi; in nfs_access() 1714 mntinfo_t *mi; in nfs_lookup() 3260 mntinfo_t *mi; in nfsreaddir() 3633 mntinfo_t *mi; in nfs_getpage() 4756 mntinfo_t *mi; in nfs_delmap_callback() [all …]
|
H A D | nfs3_vfsops.c | 485 mntinfo_t *mi; /* mount info, pointed at by vfs */ in nfs3_mount() 1014 mntinfo_t *mi; in nfs3rootvp() 1367 mntinfo_t *mi; in nfs3_unmount() 1451 mntinfo_t *mi; in nfs3_root() 1804 mntinfo_t *mi; in nfs3_freevfs()
|
H A D | nfs3_vnops.c | 454 mntinfo_t *mi; in nfs3_directio_read() 551 mntinfo_t *mi; in nfs3_read() 663 mntinfo_t *mi; in nfs3_write() 1005 mntinfo_t *mi; in nfs3write() 1131 mntinfo_t *mi; in nfs3read() 1945 mntinfo_t *mi; in nfs3_lookup() 2983 mntinfo_t *mi; in nfs3_link() 3592 mntinfo_t *mi; in nfs3_symlink() 4018 mntinfo_t *mi; in do_nfs3readdir() 4073 mntinfo_t *mi; in nfs3readdir() [all …]
|
H A D | nfs_common.c | 470 mntinfo_t *mi; /* mount info, pointed at by vfs */ in nfs_setopts()
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 263 mntinfo_t *mi; in nlm_frlock() 625 mntinfo_t *mi; in nlm_register_lock_locally() 1214 mntinfo_t *mi; in nlm_shrlock() 1540 mntinfo_t *mi = VTOMI(vp); in nlm_init_fh_by_vp()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | tlabel.c | 266 mntinfo_t *mi; in getflabel_nfs()
|