Home
last modified time | relevance | path

Searched defs:nfs_mount_data (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
Dnfs_mount.h27 struct nfs_mount_data { struct
28 int version; /* 1 */
29 int fd; /* 1 */
30 struct nfs2_fh old_root; /* 1 */
31 int flags; /* 1 */
32 int rsize; /* 1 */
33 int wsize; /* 1 */
34 int timeo; /* 1 */
35 int retrans; /* 1 */
36 int acregmin; /* 1 */
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dnfs_mount.h27 struct nfs_mount_data { struct
28 int version;
29 int fd;
30 struct nfs2_fh old_root;
31 int flags;
32 int rsize;
33 int wsize;
34 int timeo;
35 int retrans;
36 int acregmin;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnfs_mount.h27 struct nfs_mount_data { struct
28 int version;
29 int fd;
30 struct nfs2_fh old_root;
31 int flags;
32 int rsize;
33 int wsize;
34 int timeo;
35 int retrans;
36 int acregmin;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dnfs_mount.h27 struct nfs_mount_data { struct
28 int version; /* 1 */
29 int fd; /* 1 */
30 struct nfs2_fh old_root; /* 1 */
31 int flags; /* 1 */
32 int rsize; /* 1 */
33 int wsize; /* 1 */
34 int timeo; /* 1 */
35 int retrans; /* 1 */
36 int acregmin; /* 1 */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnfs_mount.h14 struct nfs_mount_data { struct
15 int version;
16 int fd;
17 struct nfs2_fh old_root;
18 int flags;
19 int rsize;
20 int wsize;
21 int timeo;
22 int retrans;
23 int acregmin;
[all …]