Deleted Added
full compact
nfsargs.h (1828) nfsargs.h (2175)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.1 (Berkeley) 6/10/93
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.1 (Berkeley) 6/10/93
37 * $Id: nfs.h,v 1.2 1994/08/02 07:52:04 davidg Exp $
37 * $Id: nfs.h,v 1.3 1994/08/04 06:03:46 davidg Exp $
38 */
39
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
40/*
41 * Tunable constants for nfs
42 */
43
44#define NFS_MAXIOVEC 34
45#define NFS_HZ 25 /* Ticks per second for NFS timeouts */
46#define NFS_TIMEO (1*NFS_HZ) /* Default timeout = 1 second */
47#define NFS_MINTIMEO (1*NFS_HZ) /* Min timeout to use */

--- 247 unchanged lines hidden (view full) ---

295};
296
297#define NFSD_WAITING 0x01
298#define NFSD_CHECKSLP 0x02
299#define NFSD_REQINPROG 0x04
300#define NFSD_NEEDAUTH 0x08
301#define NFSD_AUTHFAIL 0x10
302#endif /* KERNEL */
43/*
44 * Tunable constants for nfs
45 */
46
47#define NFS_MAXIOVEC 34
48#define NFS_HZ 25 /* Ticks per second for NFS timeouts */
49#define NFS_TIMEO (1*NFS_HZ) /* Default timeout = 1 second */
50#define NFS_MINTIMEO (1*NFS_HZ) /* Min timeout to use */

--- 247 unchanged lines hidden (view full) ---

298};
299
300#define NFSD_WAITING 0x01
301#define NFSD_CHECKSLP 0x02
302#define NFSD_REQINPROG 0x04
303#define NFSD_NEEDAUTH 0x08
304#define NFSD_AUTHFAIL 0x10
305#endif /* KERNEL */
306
307#endif