nfs3.h 260 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * NFSv3 protocol definitions
  4. */
  5. #ifndef _LINUX_NFS3_H
  6. #define _LINUX_NFS3_H
  7. #include <uapi/linux/nfs3.h>
  8. /* Number of 32bit words in post_op_attr */
  9. #define NFS3_POST_OP_ATTR_WORDS 22
  10. #endif /* _LINUX_NFS3_H */