projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'remotes/lorenzo/pci/hyper-v'
[platform/kernel/linux-rpi.git]
/
include
/
linux
/
nfs3.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* NFSv3 protocol definitions
4
*/
5
#ifndef _LINUX_NFS3_H
6
#define _LINUX_NFS3_H
7
8
#include <uapi/linux/nfs3.h>
9
10
11
/* Number of 32bit words in post_op_attr */
12
#define NFS3_POST_OP_ATTR_WORDS 22
13
14
#endif /* _LINUX_NFS3_H */