Searched defs:nfsd4_session (Results 1 – 2 of 2) sorted by relevance
49930 struct nfsd4_session { struct49931 atomic_t se_ref;49932 struct list_head se_hash;49933 struct list_head se_perclnt;49934 u32 se_flags;49935 struct nfs4_client *se_client;49936 struct nfs4_sessionid se_sessionid;49937 struct nfsd4_channel_attrs se_fchannel;49938 struct nfsd4_channel_attrs se_bchannel;49939 struct nfsd4_cb_sec se_cb_sec;[all …]