callback.h (bf61c8840efe60fd8f91446860b63338fb424158) | callback.h (459de2edb9105a5d091f8215650e12c0812d59f3) |
---|---|
1/* 2 * linux/fs/nfs/callback.h 3 * 4 * Copyright (C) 2004 Trond Myklebust 5 * 6 * NFSv4 callback definitions 7 */ 8#ifndef __LINUX_FS_NFS_CALLBACK_H --- 25 unchanged lines hidden (view full) --- 34 OP_CB_NOTIFY_DEVICEID = 14, 35 OP_CB_ILLEGAL = 10044, 36}; 37 38struct cb_process_state { 39 __be32 drc_status; 40 struct nfs_client *clp; 41 u32 slotid; | 1/* 2 * linux/fs/nfs/callback.h 3 * 4 * Copyright (C) 2004 Trond Myklebust 5 * 6 * NFSv4 callback definitions 7 */ 8#ifndef __LINUX_FS_NFS_CALLBACK_H --- 25 unchanged lines hidden (view full) --- 34 OP_CB_NOTIFY_DEVICEID = 14, 35 OP_CB_ILLEGAL = 10044, 36}; 37 38struct cb_process_state { 39 __be32 drc_status; 40 struct nfs_client *clp; 41 u32 slotid; |
42 u32 minorversion; |
|
42 struct net *net; 43}; 44 45struct cb_compound_hdr_arg { 46 unsigned int taglen; 47 const char *tag; 48 unsigned int minorversion; 49 unsigned int cb_ident; /* v4.0 callback identifier */ --- 162 unchanged lines hidden --- | 43 struct net *net; 44}; 45 46struct cb_compound_hdr_arg { 47 unsigned int taglen; 48 const char *tag; 49 unsigned int minorversion; 50 unsigned int cb_ident; /* v4.0 callback identifier */ --- 162 unchanged lines hidden --- |