Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * NFSv3 protocol definitions
0004  */
0005 #ifndef _LINUX_NFS3_H
0006 #define _LINUX_NFS3_H
0007 
0008 #include <uapi/linux/nfs3.h>
0009 
0010 
0011 /* Number of 32bit words in post_op_attr */
0012 #define NFS3_POST_OP_ATTR_WORDS     22
0013 
0014 #endif /* _LINUX_NFS3_H */