/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4_clnt.h | 1107 } mntinfo4_t; typedef 1211 #define VFTOMI4(vfsp) ((mntinfo4_t *)((vfsp)->vfs_data)) 1216 #define VTOMI4(vp) ((mntinfo4_t *)(((vp)->v_vfsp)->vfs_data)) 1296 mntinfo4_t *mntinfo4_list; 1383 mntinfo4_t *ne_mount; /* who encloses us */ 1459 mntinfo4_t *net_mount; 1510 extern void nfs4_inactive_thread(mntinfo4_t *mi); 1543 extern void nfs_free_mi4(mntinfo4_t *); 1545 extern void nfs4_mi_zonelist_add(mntinfo4_t *); 1546 extern int nfs4_mi_zonelist_remove(mntinfo4_t *); [all …]
|
H A D | rnode4.h | 412 nfs4_fname_t **, nfs4_ga_res_t *, mntinfo4_t *, cred_t *, hrtime_t); 416 extern int r4find_by_fsid(mntinfo4_t *, fattr4_fsid *); 464 extern stateid4 nfs4_get_w_stateid(cred_t *, rnode4_t *, pid_t, mntinfo4_t *, 466 extern stateid4 nfs4_get_stateid(cred_t *, rnode4_t *, pid_t, mntinfo4_t *, 492 extern void nfs4_deleg_discard(mntinfo4_t *, nfs4_server_t *);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 67 mntinfo4_t *rc_mi; 151 nfs4_server_t *, mntinfo4_t *, stateid4 *, nfs4_lost_rqst_t *, int, 154 static void free_milist(mntinfo4_t **, int); 155 static mntinfo4_t **make_milist(nfs4_server_t *, int *); 158 static char *nfs4_getsrvnames(mntinfo4_t *, size_t *); 161 static void nfs4_remove_lost_rqsts(mntinfo4_t *, nfs4_server_t *); 168 static void recov_done(mntinfo4_t *, recov_info_t *); 169 static void recov_filehandle(nfs4_recov_t, mntinfo4_t *, vnode_t *); 172 static void recov_stale(mntinfo4_t *, vnode_t *); 177 static void resend_one_op(nfs4_lost_rqst_t *, nfs4_error_t *, mntinfo4_t *, [all …]
|
H A D | nfs4_client.c | 451 mntinfo4_t *mi = VTOMI4(vp); in nfs4_attr_cache() 664 mntinfo4_t *mi; in nfs4_attrcache_va() 805 mntinfo4_t *mi = VTOMI4(vp); in nfs4_getattr_otw() 970 mntinfo4_t *mi = VTOMI4(vp); in nfs4_attr_otw() 1106 mntinfo4_t *mi; in nfs4_async_manager() 1228 mntinfo4_t *mi = VFTOMI4(vfsp); in nfs4_async_manager_stop() 1249 mntinfo4_t *mi; in nfs4_async_readahead() 1374 mntinfo4_t *mi = VFTOMI4(vfsp); in nfs4_async_common_start() 1533 nfs4_inactive_thread(mntinfo4_t *mi) in nfs4_inactive_thread() 1603 mntinfo4_t *mi = VFTOMI4(vfsp); in nfs4_async_stop() [all …]
|
H A D | nfs4_client_debug.c | 88 set_event(nfs4_event_type_t id, nfs4_revent_t *ep, mntinfo4_t *mi, in set_event() 435 find_beginning(nfs4_debug_msg_t *first_msg, mntinfo4_t *mi) in find_beginning() 495 mntinfo4_t *mi) in get_facts() 585 mntinfo4_t *mi) in facts_same() 663 mntinfo4_t *mi) in events_same() 817 print_facts(nfs4_debug_msg_t *msg, mntinfo4_t *mi) in print_facts() 871 queue_print_event(nfs4_debug_msg_t *msg, mntinfo4_t *mi, int dump) in queue_print_event() 1244 update_recov_kstats(nfs4_debug_msg_t *msg, mntinfo4_t *mi) in update_recov_kstats() 1313 dump_queue(mntinfo4_t *mi, nfs4_debug_msg_t *msg) in dump_queue() 1354 nfs4_queue_event(nfs4_event_type_t id, mntinfo4_t *mi, char *server1, in nfs4_queue_event() [all …]
|
H A D | nfs4_client_state.c | 36 static void nfs4_free_open_owner(nfs4_open_owner_t *, mntinfo4_t *); 38 nfs4_oo_hash_bucket_t *, mntinfo4_t *); 67 lock_bucket(cred_t *cr, mntinfo4_t *mi) in lock_bucket() 299 find_open_owner_nolock(cred_t *cr, int just_created, mntinfo4_t *mi) in find_open_owner_nolock() 354 find_open_owner(cred_t *cr, int just_created, mntinfo4_t *mi) in find_open_owner() 507 nfs4_get_open_stateid(rnode4_t *rp, cred_t *cr, mntinfo4_t *mi, stateid4 *sid) in nfs4_get_open_stateid() 554 nfs4_get_w_stateid(cred_t *cr, rnode4_t *rp, pid_t pid, mntinfo4_t *mi, in nfs4_get_w_stateid() 598 nfs4_get_stateid(cred_t *cr, rnode4_t *rp, pid_t pid, mntinfo4_t *mi, in nfs4_get_stateid() 683 create_open_owner(cred_t *cr, mntinfo4_t *mi) in create_open_owner() 946 nfs4_start_open_seqid_sync(nfs4_open_owner_t *oop, mntinfo4_t *mi) in nfs4_start_open_seqid_sync() [all …]
|
H A D | nfs4_vfsops.c | 158 static void nfs4setclientid_otw(mntinfo4_t *, servinfo4_t *, cred_t *, 161 static void remove_mi(nfs4_server_t *, mntinfo4_t *); 702 mntinfo4_t *mi; /* mount info, pointed at by vfs */ in nfs4_mount() 1230 getlinktext_otw(mntinfo4_t *mi, nfs_fh4 *fh, char **linktextp, cred_t *cr, in getlinktext_otw() 1359 resolve_sympath(mntinfo4_t *mi, servinfo4_t *svp, int nth, nfs_fh4 *fh, in resolve_sympath() 1612 resolve_referral(mntinfo4_t *mi, servinfo4_t *svp, cred_t *cr, int nth, in resolve_referral() 2123 restore_svp(mntinfo4_t *mi, servinfo4_t *svp, servinfo4_t *origsvp) in restore_svp() 2174 nfs4_remap_root(mntinfo4_t *mi, nfs4_error_t *ep, int flags) in nfs4_remap_root() 2268 mntinfo4_t *mi; in nfs4rootvp() 2680 mntinfo4_t *mi; in nfs4_unmount() [all …]
|
H A D | nfs4_rnode.c | 303 badrootfh_check(nfs4_sharedfh_t *fh, nfs4_fname_t *nm, mntinfo4_t *mi, in badrootfh_check() 448 mntinfo4_t *mi, cred_t *cr, hrtime_t t) in makenfs4node_by_fh() 513 mntinfo4_t *mi = VFTOMI4(vfsp); in makenfs4node() 579 mntinfo4_t *mi; in make_rnode4() 971 mntinfo4_t *mi; in rp4_addhash() 1003 mntinfo4_t *mi; in rp4_rmhash_locked() 1130 mntinfo4_t *mi; in check_rtable4() 1163 mntinfo4_t *mi; in destroy_rtable4() 1298 mntinfo4_t *mi = VFTOMI4(vfsp); in r4flush() 1642 mi2clientid(mntinfo4_t *mi) in mi2clientid() [all …]
|
H A D | nfs4_stub_vnops.c | 222 static struct nfs_args *nfs4_trigger_nargs_create(mntinfo4_t *, servinfo4_t *, 695 mntinfo4_t *mi = VTOMI4(vp); in nfs4_trigger_mounted_already() 741 mntinfo4_t *mi = VTOMI4(vp); in nfs4_trigger_mount() 906 mntinfo4_t *mi = VTOMI4(vp); in nfs4_trigger_domount_args_create() 1376 nfs4_fetch_locations(mntinfo4_t *mi, nfs4_sharedfh_t *sfh, char *nm, in nfs4_fetch_locations() 1531 mntinfo4_t *mi; in find_referral_stubvp() 1617 nfs4_process_referral(mntinfo4_t *mi, nfs4_sharedfh_t *sfh, in nfs4_process_referral() 1644 mntinfo4_t *, mi, nfs4_ga_res_t *, &garp, in nfs4_process_referral() 1709 mntinfo4_t *mi; in nfs4_trigger_esi_create_referral() 1973 nfs4_trigger_nargs_create(mntinfo4_t *mi, servinfo4_t *svp, in nfs4_trigger_nargs_create() [all …]
|
H A D | nfs4_client_secinfo.c | 457 secinfo_tryroot_otw(mntinfo4_t *mi, cred_t *cr) in secinfo_tryroot_otw() 618 nfs4secinfo_otw(mntinfo4_t *mi, cred_t *cr, servinfo4_t *svp, int isrecov) in nfs4secinfo_otw() 841 nfs4_secinfo_path(mntinfo4_t *mi, cred_t *cr, int isrecov) in nfs4_secinfo_path() 913 nfs4_secinfo_fh_otw(mntinfo4_t *mi, nfs4_sharedfh_t *fh, char *nm, cred_t *cr) in nfs4_secinfo_fh_otw() 1038 nfs4_secinfo_recov(mntinfo4_t *mi, vnode_t *vp1, vnode_t *vp2) in nfs4_secinfo_recov()
|
H A D | nfs4_callback.c | 1295 mntinfo4_t *mi = VTOMI4(RTOV4(rp)); in nfs4delegreturn_cleanup_impl() 1450 mntinfo4_t *mi = VTOMI4(vp); in nfs4_do_delegreturn() 1675 mntinfo4_t *mi = VTOMI4(RTOV4(rp)); in nfs4delegreturn_impl() 1824 nfs4_deleg_discard(mntinfo4_t *mi, nfs4_server_t *sp) in nfs4_deleg_discard() 1827 mntinfo4_t *r_mi; in nfs4_deleg_discard() 1889 mntinfo4_t *mi; in deleg_reopen() 2170 mntinfo4_t *mi; in nfs4_delegation_accept()
|
H A D | nfs4_subr.c | 425 nfs4_log_badowner(mntinfo4_t *mi, nfs_opnum4 op) in nfs4_log_badowner() 992 nfs_clget4(mntinfo4_t *mi, servinfo4_t *svp, cred_t *cr, CLIENT **newcl, in nfs_clget4() 1212 nfs4_rfscall(mntinfo4_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in nfs4_rfscall() 1581 rfs4call(mntinfo4_t *mi, COMPOUND4args_clnt *argsp, COMPOUND4res_clnt *resp, in rfs4call() 1672 mntinfo4_t *mi; in remap_lookup() 1790 nfs4_remap_file(mntinfo4_t *mi, vnode_t *vp, int flags, nfs4_error_t *ep) in nfs4_remap_file() 2014 nfs4_check_remap(mntinfo4_t *mi, vnode_t *vp, int flags, nfs4_error_t *ep) in nfs4_check_remap() 2051 mntinfo4_t *mi = VTOMI4(dvp); in nfs4_make_dotdot()
|
H A D | nfs4_vnops.c | 119 static struct lm_sysid *nfs4_find_sysid(mntinfo4_t *mi); 504 mntinfo4_t *mi; in nfs4args_setattr() 585 mntinfo4_t *mi = VTOMI4(RTOV4(rp)); in nfs4args_write() 1713 mntinfo4_t *mi = VTOMI4(vp); in nfs4_reopen() 2449 mntinfo4_t *mi; in nfs4close_otw() 2630 mntinfo4_t *mi; in nfs4_read() 2758 mntinfo4_t *mi; in nfs4_write() 3120 mntinfo4_t *mi = VTOMI4(vp); in nfs4rdwr_check_osid() 3179 mntinfo4_t *mi; in nfs4write() 3419 mntinfo4_t *mi; in nfs4read() [all …]
|
H A D | nfs4_common.c | 105 mntinfo4_t *mi; /* mount info, pointed at by vfs */ in nfs4_setopts()
|
H A D | nfs4_xdr.c | 4340 mntinfo4_t *mi; in xdr_cnfs_argop4()
|