search for: nfs2_fh

Displaying 1 result from an estimated 1 matches for "nfs2_fh".

Did you mean: gfs2_fs
2005 May 22
1
[patch 11/12] Unpleasantness in linux/nfs_mount.h
...ield + * tracks which fields are present. This will ensure some measure of + * mount-to-kernel version compatibility. Some of these aren't used yet + * but here they are anyway. */ +#define NFS_MOUNT_VERSION 5 + +struct nfs_mount_data { + int version; /* 1 */ + int fd; /* 1 */ + struct nfs2_fh old_root; /* 1 */ + int flags; /* 1 */ + int rsize; /* 1 */ + int wsize; /* 1 */ + int timeo; /* 1 */ + int retrans; /* 1 */ + int acregmin; /* 1 */ + int acregmax; /* 1 */ + int acdirmin; /* 1 */ + int acdirmax; /* 1 */ + struct sockaddr_in addr; /* 1 */ + char hostname[25...