internal.h (babddc72a9468884ce1a23db3c3d54b0afa299f0) | internal.h (56e4ebf877b6043c289bda32a5a7385b80c17dee) |
---|---|
1/* 2 * NFS internal definitions 3 */ 4 5#include "nfs4_fs.h" 6#include <linux/mount.h> 7#include <linux/security.h> 8 --- 49 unchanged lines hidden (view full) --- 58#define NFS_MAX_SECFLAVORS (12) 59 60/* 61 * Value used if the user did not specify a port value. 62 */ 63#define NFS_UNSPEC_PORT (-1) 64 65/* | 1/* 2 * NFS internal definitions 3 */ 4 5#include "nfs4_fs.h" 6#include <linux/mount.h> 7#include <linux/security.h> 8 --- 49 unchanged lines hidden (view full) --- 58#define NFS_MAX_SECFLAVORS (12) 59 60/* 61 * Value used if the user did not specify a port value. 62 */ 63#define NFS_UNSPEC_PORT (-1) 64 65/* |
66 * Maximum number of pages that readdir can use for creating 67 * a vmapped array of pages. 68 */ 69#define NFS_MAX_READDIR_PAGES 8 70 71/* |
|
66 * In-kernel mount arguments 67 */ 68struct nfs_parsed_mount_data { 69 int flags; 70 int rsize, wsize; 71 int timeo, retrans; 72 int acregmin, acregmax, 73 acdirmin, acdirmax; --- 305 unchanged lines hidden --- | 72 * In-kernel mount arguments 73 */ 74struct nfs_parsed_mount_data { 75 int flags; 76 int rsize, wsize; 77 int timeo, retrans; 78 int acregmin, acregmax, 79 acdirmin, acdirmax; --- 305 unchanged lines hidden --- |