nfs4session.h (474b313de79e034e269955de23231da769a521b7) | nfs4session.h (5405fc44c3377358205ab4095fe9c44716aa0900) |
---|---|
1/* 2 * fs/nfs/nfs4session.h 3 * 4 * Copyright (c) 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 5 * 6 */ 7#ifndef __LINUX_FS_NFS_NFS4SESSION_H 8#define __LINUX_FS_NFS_NFS4SESSION_H 9 10/* maximum number of slots to use */ 11#define NFS4_DEF_SLOT_TABLE_SIZE (64U) | 1/* 2 * fs/nfs/nfs4session.h 3 * 4 * Copyright (c) 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 5 * 6 */ 7#ifndef __LINUX_FS_NFS_NFS4SESSION_H 8#define __LINUX_FS_NFS_NFS4SESSION_H 9 10/* maximum number of slots to use */ 11#define NFS4_DEF_SLOT_TABLE_SIZE (64U) |
12#define NFS4_DEF_CB_SLOT_TABLE_SIZE (1U) |
|
12#define NFS4_MAX_SLOT_TABLE (1024U) 13#define NFS4_NO_SLOT ((u32)-1) 14 15#if IS_ENABLED(CONFIG_NFS_V4) 16 17/* Sessions slot seqid */ 18struct nfs4_slot { 19 struct nfs4_slot_table *table; --- 154 unchanged lines hidden --- | 13#define NFS4_MAX_SLOT_TABLE (1024U) 14#define NFS4_NO_SLOT ((u32)-1) 15 16#if IS_ENABLED(CONFIG_NFS_V4) 17 18/* Sessions slot seqid */ 19struct nfs4_slot { 20 struct nfs4_slot_table *table; --- 154 unchanged lines hidden --- |