| /trueos/sys/fs/nfs/ |
| HD | nfs_var.h | 47 struct nfsmount; 293 void nfsv4_setsequence(struct nfsmount *, struct nfsrv_descript *, 295 int nfsv4_sequencelookup(struct nfsmount *, struct nfsclsession *, int *, 301 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *, 306 u_int8_t *nfscl_getmyip(struct nfsmount *, int *); 356 void nfscl_retopts(struct nfsmount *, char *, size_t); 390 int nfsrpc_openrpc(struct nfsmount *, vnode_t, u_int8_t *, int, u_int8_t *, int, 396 int nfsrpc_closerpc(struct nfsrv_descript *, struct nfsmount *, 400 int nfsrpc_setclient(struct nfsmount *, struct nfsclclient *, int, 404 int nfsrpc_getattrnovp(struct nfsmount *, u_int8_t *, int, int, [all …]
|
| HD | nfs_commonkrpc.c | 118 static void nfs_down(struct nfsmount *, struct thread *, const char *, 120 static void nfs_up(struct nfsmount *, struct thread *, const char *, 160 newnfs_connect(struct nfsmount *nmp, struct nfssockreq *nrp, in newnfs_connect() 435 struct nfsmount *nf_mount; 445 struct nfsmount *nmp = nf->nf_mount; in nfs_feedback() 474 newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp, in newnfs_request() 1028 newnfs_nmcancelreqs(struct nfsmount *nmp) in newnfs_nmcancelreqs() 1134 newnfs_sigintr(struct nfsmount *nmp, struct thread *td) in newnfs_sigintr() 1179 nfs_down(struct nfsmount *nmp, struct thread *td, const char *msg, in nfs_down() 1204 nfs_up(struct nfsmount *nmp, struct thread *td, const char *msg, in nfs_up()
|
| HD | nfsport.h | 930 int newnfs_iosize(struct nfsmount *); 965 struct nfsmount *r_nmp; /* Client mnt ptr */
|
| HD | nfsclstate.h | 104 struct nfsmount *nfsc_nmp;
|
| /trueos/sys/nfsclient/ |
| HD | nfs.h | 151 struct nfsmount; 258 int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *); 262 int nfs_sigintr(struct nfsmount *, struct thread *); 271 int nfs_nmcancelreqs(struct nfsmount *); 274 int nfs_connect(struct nfsmount *); 275 void nfs_disconnect(struct nfsmount *); 276 void nfs_safedisconnect(struct nfsmount *); 278 int nfs_iosize(struct nfsmount *nmp); 284 int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
|
| HD | nfs_krpc.c | 109 static void nfs_down(struct nfsmount *, struct thread *, const char *, 111 static void nfs_up(struct nfsmount *, struct thread *, const char *, 167 nfs_init_rtt(struct nfsmount *nmp) in nfs_init_rtt() 183 nfs_connect(struct nfsmount *nmp) in nfs_connect() 326 nfs_disconnect(struct nfsmount *nmp) in nfs_disconnect() 343 nfs_safedisconnect(struct nfsmount *nmp) in nfs_safedisconnect() 350 nfs_getauth(struct nfsmount *nmp, struct ucred *cred) in nfs_getauth() 386 struct nfsmount *nf_mount; 396 struct nfsmount *nmp = nf->nf_mount; in nfs_feedback() 435 struct nfsmount *nmp; in nfs_request() [all …]
|
| HD | nfsmount.h | 53 struct nfsmount { struct 110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
|
| HD | nfs_vfsops.c | 117 static void nfs_decode_args(struct mount *mp, struct nfsmount *nmp, 202 nfs_iosize(struct nfsmount *nmp) in nfs_iosize() 275 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs() 348 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, in nfs_fsinfo() 590 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp, in nfs_decode_args() 1114 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount() 1237 struct nfsmount *nmp; in mountnfs() 1249 bzero((caddr_t)nmp, sizeof (struct nfsmount)); in mountnfs() 1364 struct nfsmount *nmp; in nfs_unmount() 1414 struct nfsmount *nmp; in nfs_root() [all …]
|
| HD | nfs_bio.c | 88 struct nfsmount *nmp; in nfs_getpages() 249 struct nfsmount *nmp; in nfs_putpages() 361 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_bioread_check_cons() 429 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_bioread() 723 struct nfsmount *nmp = VFSTONFS(vp->v_mount); 866 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_write() 1236 struct nfsmount *nmp; in nfs_getcacheblk() 1269 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_vinvalbuf() 1336 nfs_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) in nfs_asyncio() 1488 struct nfsmount *nmp = VFSTONFS(bp->b_vp->v_mount); in nfs_doio_directwrite() [all …]
|
| HD | nfsnode.h | 182 extern struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON];
|
| HD | nfs_node.c | 113 struct nfsmount *nmp; in nfs_nget()
|
| HD | nfs_nfsiod.c | 244 struct nfsmount *nmp; in nfssvc_iod()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs.h | 80 int ncl_asyncio(struct nfsmount *, struct buf *, struct ucred *, 100 int ncl_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
|
| HD | nfsmount.h | 45 struct nfsmount { struct 110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
|
| HD | nfs_clvfsops.c | 85 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; 106 static void nfs_decode_args(struct mount *mp, struct nfsmount *nmp, 182 newnfs_iosize(struct nfsmount *nmp) in newnfs_iosize() 276 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs() 352 ncl_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, in ncl_fsinfo() 552 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp, in nfs_decode_args() 1053 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount() 1240 struct nfsmount *nmp; in mountnfs() 1257 MALLOC(nmp, struct nfsmount *, sizeof (struct nfsmount) + in mountnfs() 1520 struct nfsmount *nmp; in nfs_unmount() [all …]
|
| HD | nfs_clstate.c | 105 static void nfscl_expireclient(struct nfsclclient *, struct nfsmount *, 108 struct nfsmount *, struct ucred *, NFSPROC_T *); 135 struct nfsmount *, struct nfsclopen *, struct nfsclowner *, 138 static int nfscl_relock(vnode_t , struct nfsclclient *, struct nfsmount *, 140 static int nfscl_tryopen(struct nfsmount *, vnode_t , u_int8_t *, int, 143 static int nfscl_trylock(struct nfsmount *, vnode_t , u_int8_t *, 146 static int nfsrpc_reopen(struct nfsmount *, u_int8_t *, int, u_int32_t, 151 static int nfscl_recalldeleg(struct nfsclclient *, struct nfsmount *, 156 struct nfsmount *, NFSPROC_T *); 164 static void nfscl_layoutreturn(struct nfsmount *, struct nfscllayout *, [all …]
|
| HD | nfs_clrpcops.c | 97 static int nfsrpc_locku(struct nfsrv_descript *, struct nfsmount *, 102 static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int, 105 static int nfsrpc_fillsa(struct nfsmount *, struct sockaddr_storage *, 117 static enum nfsclds_state nfscl_getsameserver(struct nfsmount *, 257 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_open() 367 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, in nfsrpc_openrpc() 631 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p) in nfsrpc_doclose() 728 nfsrpc_closerpc(struct nfsrv_descript *nd, struct nfsmount *nmp, in nfsrpc_closerpc() 772 struct nfsmount *nmp; in nfsrpc_openconfirm() 809 nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim, in nfsrpc_setclient() [all …]
|
| HD | nfs_clnfsiod.c | 77 struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; 246 struct nfsmount *nmp; in nfssvc_iod()
|
| HD | nfs_clbio.c | 69 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; 94 struct nfsmount *nmp; in ncl_getpages() 255 struct nfsmount *nmp; in ncl_putpages() 433 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_bioread() 732 struct nfsmount *nmp = VFSTONFS(vp->v_mount); 875 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_write() 1287 struct nfsmount *nmp; in nfs_getcacheblk() 1320 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_vinvalbuf() 1398 ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) in ncl_asyncio() 1592 struct nfsmount *nmp; in ncl_doio()
|
| HD | nfs_clsubs.c | 85 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; 195 struct nfsmount *nmp; in ncl_getattrcache()
|
| HD | nfs_clport.c | 120 struct nfsmount *nmp; in nfscl_nget() 362 struct nfsmount *nmp; in nfscl_loadattrcache() 862 struct nfsmount *nmp; in nfscl_request() 880 nfscl_loadsbinfo(struct nfsmount *nmp, struct nfsstatfs *sfp, void *statfs) in nfscl_loadsbinfo() 923 nfscl_loadfsinfo(struct nfsmount *nmp, struct nfsfsinfo *fsp) in nfscl_loadfsinfo() 971 nfscl_getmyip(struct nfsmount *nmp, int *isinet6p) in nfscl_getmyip()
|
| HD | nfs_clnode.c | 104 struct nfsmount *nmp; in ncl_nget()
|
| HD | nfs_clvnops.c | 1045 struct nfsmount *nmp; in nfs_lookup() 1372 struct nfsmount *nmp; in ncl_readrpc() 1403 struct nfsmount *nmp; in ncl_writerpc() 1545 struct nfsmount *nmp; in nfs_create() 2281 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_readdirrpc() 2341 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_readdirplusrpc() 2564 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_commit() 2651 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_flush()
|
| /trueos/sys/nlm/ |
| HD | nlm_advlock.c | 125 struct nfsmount *nf_nmp; 132 struct nfsmount *nmp = nf->nf_nmp; in nlm_down() 154 struct nfsmount *nmp = nf->nf_nmp; in nlm_up() 199 struct nfsmount *nmp; in nlm_advlock_internal()
|
| /trueos/sys/nfs/ |
| HD | nfs_lock.c | 243 struct nfsmount *nmp; in nfs_dolock()
|