Searched defs:nfs_fs_context (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | internal.h | 94 struct nfs_fs_context { struct 95 bool internal; 96 bool skip_reconfig_option_check; 97 bool need_mount; 98 bool sloppy; 99 unsigned int flags; /* NFS{,4}_MOUNT_* flags */ 100 unsigned int rsize, wsize; 101 unsigned int timeo, retrans; 102 unsigned int acregmin, acregmax; 103 unsigned int acdirmin, acdirmax; [all …]
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | internal.h | 92 struct nfs_fs_context { struct 93 bool internal; 94 bool skip_reconfig_option_check; 95 bool need_mount; 96 bool sloppy; 97 unsigned int flags; /* NFS{,4}_MOUNT_* flags */ 98 unsigned int rsize, wsize; 99 unsigned int timeo, retrans; 100 unsigned int acregmin, acregmax; 101 unsigned int acdirmin, acdirmax; [all …]
|