Searched refs:nfsdevice (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsrvstate.h | 50 TAILQ_HEAD(nfsdevicehead, nfsdevice); 346 struct nfsdevice { struct 347 TAILQ_ENTRY(nfsdevice) nfsdev_list;
|
H A D | nfs_var.h | 84 struct nfsdevice; 158 void nfsrv_freeonedevid(struct nfsdevice *); 162 struct nfsdevice *nfsrv_deldsnmp(int, struct nfsmount *, NFSPROC_T *); 166 int nfsrv_copymr(vnode_t, vnode_t, vnode_t, struct nfsdevice *, 169 struct vnode **, struct vnode **, struct pnfsdsfile **, struct nfsdevice **, 170 struct nfsdevice **); 366 struct nfsdevice *nfsv4_findmirror(struct nfsmount *);
|
H A D | nfs_commonsubs.c | 5063 struct nfsdevice * 5066 struct nfsdevice *ds; in nfsv4_findmirror()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 223 static void nfsrv_freedevid(struct nfsdevice *ds); 225 struct nfsdevice **dsp); 226 static void nfsrv_deleteds(struct nfsdevice *fndds); 227 static void nfsrv_allocdevid(struct nfsdevice *ds, char *addr, char *dnshost); 243 vnode_t dvp, struct nfsdevice *ds, struct ucred *cred, NFSPROC_T *p, 245 static struct nfsdevice *nfsrv_findmirroredds(struct nfsmount *nmp); 7496 struct nfsdevice *ds; in nfsrv_getdevinfo() 7583 nfsrv_freeonedevid(struct nfsdevice *ds) in nfsrv_freeonedevid() 7602 nfsrv_freedevid(struct nfsdevice *ds) in nfsrv_freedevid() 7713 struct nfsdevice **dsp) in nfsrv_setdsserver() [all …]
|
H A D | nfs_nfsdport.c | 3795 struct nfsdevice *ds, *fds; in nfssvc_nfsd() 4423 struct nfsdevice *ds, *tds, *fds; in nfsrv_pnfscreate() 4755 struct nfsdevice *ds; in nfsrv_pnfsremove() 4894 struct nfsdevice *ds; in nfsrv_proxyds() 5114 struct nfsdevice *ds, *tds, *fndds; in nfsrv_dsgetsockmnt() 6558 struct nfsdevice *ds; in nfsrv_pnfsstatfs() 7148 struct nfsdevice *ds; in nfsrv_checknospc()
|