OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [nfs_fs_sb.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _NFS_FS_SB
2
#define _NFS_FS_SB
3
 
4
#include <linux/rpcsock.h>
5
#include <linux/nfs.h>
6
 
7
struct nfs_server {
8
        struct file *file;
9
        struct rpc_sock *rsock;
10
        struct sockaddr toaddr ;  /* Added for change to NFS code to use sendto()  1995-06-02  JSP */
11
        int lock;
12
        struct wait_queue *wait;
13
        int flags;
14
        int rsize;
15
        int wsize;
16
        int timeo;
17
        int retrans;
18
        int acregmin;
19
        int acregmax;
20
        int acdirmin;
21
        int acdirmax;
22
        char hostname[256];
23
};
24
 
25
/*
26
 * nfs super-block data in memory
27
 */
28
 
29
struct nfs_sb_info {
30
        struct nfs_server s_server;
31
        struct nfs_fh s_root;
32
};
33
 
34
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.