blob: acee3274d275731ac136a1f4833ebe35288e1f8f [file] [log] [blame]
David Howellsf7b422b2006-06-09 09:34:33 -04001/*
2 * NFS internal definitions
3 */
4
Andy Adamsoneedc0202009-04-01 09:22:41 -04005#include "nfs4_fs.h"
David Howellsf7b422b2006-06-09 09:34:33 -04006#include <linux/mount.h>
Eric Parisf9c3a382008-03-05 14:20:18 -05007#include <linux/security.h>
David Howellsf7b422b2006-06-09 09:34:33 -04008
David Howells08734042009-04-03 16:42:42 +01009#define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
10
David Howells54ceac42006-08-22 20:06:13 -040011struct nfs_string;
David Howells54ceac42006-08-22 20:06:13 -040012
13/* Maximum number of readahead requests
14 * FIXME: this should really be a sysctl so that users may tune it to suit
15 * their needs. People that do NFS over a slow network, might for
16 * instance want to reduce it to something closer to 1 for improved
17 * interactive response.
18 */
19#define NFS_MAX_READAHEAD (RPC_DEF_SLOT_TABLE - 1)
20
Andy Adamsoneedc0202009-04-01 09:22:41 -040021/*
22 * Determine if sessions are in use.
23 */
24static inline int nfs4_has_session(const struct nfs_client *clp)
25{
26#ifdef CONFIG_NFS_V4_1
27 if (clp->cl_session)
28 return 1;
29#endif /* CONFIG_NFS_V4_1 */
30 return 0;
31}
32
David Howellsf7b422b2006-06-09 09:34:33 -040033struct nfs_clone_mount {
34 const struct super_block *sb;
35 const struct dentry *dentry;
36 struct nfs_fh *fh;
37 struct nfs_fattr *fattr;
38 char *hostname;
39 char *mnt_path;
Chuck Lever6677d092007-12-10 14:59:06 -050040 struct sockaddr *addr;
41 size_t addrlen;
David Howellsf7b422b2006-06-09 09:34:33 -040042 rpc_authflavor_t authflavor;
43};
44
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040045/*
46 * In-kernel mount arguments
47 */
48struct nfs_parsed_mount_data {
49 int flags;
50 int rsize, wsize;
51 int timeo, retrans;
52 int acregmin, acregmax,
53 acdirmin, acdirmax;
54 int namlen;
David Howellsb797cac2009-04-03 16:42:48 +010055 unsigned int options;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040056 unsigned int bsize;
57 unsigned int auth_flavor_len;
58 rpc_authflavor_t auth_flavors[1];
59 char *client_address;
Mike Sager3fd5be92009-04-01 09:21:48 -040060 unsigned int minorversion;
David Howells08734042009-04-03 16:42:42 +010061 char *fscache_uniq;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040062
63 struct {
Chuck Lever4c568012007-12-10 14:59:28 -050064 struct sockaddr_storage address;
65 size_t addrlen;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040066 char *hostname;
Chuck Lever78fa7012008-03-14 14:10:15 -040067 u32 version;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040068 unsigned short port;
Chuck Lever78fa7012008-03-14 14:10:15 -040069 unsigned short protocol;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040070 } mount_server;
71
72 struct {
Chuck Lever4c568012007-12-10 14:59:28 -050073 struct sockaddr_storage address;
74 size_t addrlen;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040075 char *hostname;
76 char *export_path;
Chuck Leverf22d6d72008-03-14 14:10:22 -040077 unsigned short port;
Chuck Lever78fa7012008-03-14 14:10:15 -040078 unsigned short protocol;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040079 } nfs_server;
Eric Parisf9c3a382008-03-05 14:20:18 -050080
81 struct security_mnt_opts lsm_opts;
\"Talpey, Thomas\6b18eaa2007-09-10 13:43:29 -040082};
83
Chuck Lever146ec942008-12-23 15:21:34 -050084/* mount_clnt.c */
Chuck Leverc5d120f2008-12-23 15:21:35 -050085struct nfs_mount_request {
86 struct sockaddr *sap;
87 size_t salen;
88 char *hostname;
89 char *dirpath;
90 u32 version;
91 unsigned short protocol;
92 struct nfs_fh *fh;
Chuck Lever50a737f2008-12-23 15:21:37 -050093 int noresvport;
Chuck Leverc5d120f2008-12-23 15:21:35 -050094};
95
96extern int nfs_mount(struct nfs_mount_request *info);
Chuck Lever146ec942008-12-23 15:21:34 -050097
David Howells24c8dbb2006-08-22 20:06:10 -040098/* client.c */
David Howells54ceac42006-08-22 20:06:13 -040099extern struct rpc_program nfs_program;
100
David Howells24c8dbb2006-08-22 20:06:10 -0400101extern void nfs_put_client(struct nfs_client *);
Chuck Leverff052642007-12-10 14:58:44 -0500102extern struct nfs_client *nfs_find_client(const struct sockaddr *, u32);
Trond Myklebust3fbd67a2008-01-26 01:06:40 -0500103extern struct nfs_client *nfs_find_client_next(struct nfs_client *);
\"Talpey, Thomas\2283f8d2007-09-10 13:43:56 -0400104extern struct nfs_server *nfs_create_server(
105 const struct nfs_parsed_mount_data *,
106 struct nfs_fh *);
\"Talpey, Thomas\91ea40b2007-09-10 13:44:33 -0400107extern struct nfs_server *nfs4_create_server(
108 const struct nfs_parsed_mount_data *,
109 struct nfs_fh *);
David Howells54ceac42006-08-22 20:06:13 -0400110extern struct nfs_server *nfs4_create_referral_server(struct nfs_clone_mount *,
111 struct nfs_fh *);
112extern void nfs_free_server(struct nfs_server *server);
113extern struct nfs_server *nfs_clone_server(struct nfs_server *,
114 struct nfs_fh *,
115 struct nfs_fattr *);
Andy Adamson76db6d92009-04-01 09:22:38 -0400116extern void nfs_mark_client_ready(struct nfs_client *clp, int state);
Benny Halevy008f55d2009-04-01 09:22:50 -0400117extern int nfs4_check_client_ready(struct nfs_client *clp);
David Howells6aaca562006-08-22 20:06:13 -0400118#ifdef CONFIG_PROC_FS
119extern int __init nfs_fs_proc_init(void);
120extern void nfs_fs_proc_exit(void);
121#else
122static inline int nfs_fs_proc_init(void)
123{
124 return 0;
125}
126static inline void nfs_fs_proc_exit(void)
127{
128}
129#endif
David Howells24c8dbb2006-08-22 20:06:10 -0400130
David Howells7d4e2742006-08-22 20:06:07 -0400131/* nfs4namespace.c */
David Howellsf7b422b2006-06-09 09:34:33 -0400132#ifdef CONFIG_NFS_V4
133extern struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry);
134#else
135static inline
136struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry)
137{
138 return ERR_PTR(-ENOENT);
139}
140#endif
141
142/* callback_xdr.c */
143extern struct svc_version nfs4_callback_version1;
144
145/* pagelist.c */
146extern int __init nfs_init_nfspagecache(void);
David Brownell266bee82006-06-27 12:59:15 -0700147extern void nfs_destroy_nfspagecache(void);
David Howellsf7b422b2006-06-09 09:34:33 -0400148extern int __init nfs_init_readpagecache(void);
David Brownell266bee82006-06-27 12:59:15 -0700149extern void nfs_destroy_readpagecache(void);
David Howellsf7b422b2006-06-09 09:34:33 -0400150extern int __init nfs_init_writepagecache(void);
David Brownell266bee82006-06-27 12:59:15 -0700151extern void nfs_destroy_writepagecache(void);
David Howellsf7b422b2006-06-09 09:34:33 -0400152
David Howellsf7b422b2006-06-09 09:34:33 -0400153extern int __init nfs_init_directcache(void);
David Brownell266bee82006-06-27 12:59:15 -0700154extern void nfs_destroy_directcache(void);
David Howellsf7b422b2006-06-09 09:34:33 -0400155
156/* nfs2xdr.c */
David Howells7d4e2742006-08-22 20:06:07 -0400157extern int nfs_stat_to_errno(int);
David Howellsf7b422b2006-06-09 09:34:33 -0400158extern struct rpc_procinfo nfs_procedures[];
Al Viro0dbb4c62006-10-19 23:28:49 -0700159extern __be32 * nfs_decode_dirent(__be32 *, struct nfs_entry *, int);
David Howellsf7b422b2006-06-09 09:34:33 -0400160
161/* nfs3xdr.c */
162extern struct rpc_procinfo nfs3_procedures[];
Al Viro0dbb4c62006-10-19 23:28:49 -0700163extern __be32 *nfs3_decode_dirent(__be32 *, struct nfs_entry *, int);
David Howellsf7b422b2006-06-09 09:34:33 -0400164
Andy Adamsoneedc0202009-04-01 09:22:41 -0400165/* nfs4proc.c */
166static inline void nfs4_restart_rpc(struct rpc_task *task,
167 const struct nfs_client *clp)
168{
169#ifdef CONFIG_NFS_V4_1
170 if (nfs4_has_session(clp) &&
171 test_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state)) {
172 rpc_restart_call_prepare(task);
173 return;
174 }
175#endif /* CONFIG_NFS_V4_1 */
176 rpc_restart_call(task);
177}
178
David Howellsf7b422b2006-06-09 09:34:33 -0400179/* nfs4xdr.c */
David Howells7d4e2742006-08-22 20:06:07 -0400180#ifdef CONFIG_NFS_V4
Al Viro0dbb4c62006-10-19 23:28:49 -0700181extern __be32 *nfs4_decode_dirent(__be32 *p, struct nfs_entry *entry, int plus);
David Howells7d4e2742006-08-22 20:06:07 -0400182#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400183
184/* nfs4proc.c */
Andrew Mortond75d5412006-06-25 02:41:26 -0700185#ifdef CONFIG_NFS_V4
David Howellsf7b422b2006-06-09 09:34:33 -0400186extern struct rpc_procinfo nfs4_procedures[];
Andrew Mortond75d5412006-06-25 02:41:26 -0700187#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400188
Trond Myklebust7fe5c392009-03-19 15:35:50 -0400189/* proc.c */
190void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
191
Trond Myklebust979df722006-07-25 11:28:19 -0400192/* dir.c */
193extern int nfs_access_cache_shrinker(int nr_to_scan, gfp_t gfp_mask);
194
David Howellsf7b422b2006-06-09 09:34:33 -0400195/* inode.c */
Trond Myklebust57460062008-02-19 20:04:22 -0500196extern struct workqueue_struct *nfsiod_workqueue;
David Howellsf7b422b2006-06-09 09:34:33 -0400197extern struct inode *nfs_alloc_inode(struct super_block *sb);
198extern void nfs_destroy_inode(struct inode *);
199extern int nfs_write_inode(struct inode *,int);
200extern void nfs_clear_inode(struct inode *);
201#ifdef CONFIG_NFS_V4
202extern void nfs4_clear_inode(struct inode *);
203#endif
Trond Myklebustf41f7412008-06-11 17:39:04 -0400204void nfs_zap_acl_cache(struct inode *inode);
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400205extern int nfs_wait_bit_killable(void *word);
David Howellsf7b422b2006-06-09 09:34:33 -0400206
207/* super.c */
J. Bruce Fieldsea31a4432008-08-20 16:10:23 -0400208void nfs_parse_ip_address(char *, size_t, struct sockaddr *, size_t *);
David Howells54ceac42006-08-22 20:06:13 -0400209extern struct file_system_type nfs_xdev_fs_type;
David Howellsf7b422b2006-06-09 09:34:33 -0400210#ifdef CONFIG_NFS_V4
David Howells54ceac42006-08-22 20:06:13 -0400211extern struct file_system_type nfs4_xdev_fs_type;
212extern struct file_system_type nfs4_referral_fs_type;
David Howellsf7b422b2006-06-09 09:34:33 -0400213#endif
Dominik Hackl4ebd9ab2006-07-02 17:29:26 +0200214
David Howellsf7b422b2006-06-09 09:34:33 -0400215extern struct rpc_stat nfs_rpcstat;
Dominik Hackl4ebd9ab2006-07-02 17:29:26 +0200216
David Howellsf7b422b2006-06-09 09:34:33 -0400217extern int __init register_nfs_fs(void);
218extern void __exit unregister_nfs_fs(void);
Trond Myklebust1daef0a2008-07-27 18:19:01 -0400219extern void nfs_sb_active(struct super_block *sb);
220extern void nfs_sb_deactive(struct super_block *sb);
David Howellsf7b422b2006-06-09 09:34:33 -0400221
222/* namespace.c */
David Howells54ceac42006-08-22 20:06:13 -0400223extern char *nfs_path(const char *base,
224 const struct dentry *droot,
225 const struct dentry *dentry,
David Howellsf7b422b2006-06-09 09:34:33 -0400226 char *buffer, ssize_t buflen);
227
David Howells54ceac42006-08-22 20:06:13 -0400228/* getroot.c */
229extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *);
David Howells7d4e2742006-08-22 20:06:07 -0400230#ifdef CONFIG_NFS_V4
David Howells54ceac42006-08-22 20:06:13 -0400231extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *);
232
233extern int nfs4_path_walk(struct nfs_server *server,
234 struct nfs_fh *mntfh,
235 const char *path);
David Howells7d4e2742006-08-22 20:06:07 -0400236#endif
David Howellsf7b422b2006-06-09 09:34:33 -0400237
Andy Adamsonf11c88a2009-04-01 09:22:25 -0400238/* read.c */
239extern void nfs_read_prepare(struct rpc_task *task, void *calldata);
240
Andy Adamsondef6ed72009-04-01 09:22:26 -0400241/* write.c */
242extern void nfs_write_prepare(struct rpc_task *task, void *calldata);
243
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400244/* nfs4proc.c */
245extern int _nfs4_call_sync(struct nfs_server *server,
246 struct rpc_message *msg,
247 struct nfs4_sequence_args *args,
248 struct nfs4_sequence_res *res,
249 int cache_reply);
250extern int _nfs4_call_sync_session(struct nfs_server *server,
251 struct rpc_message *msg,
252 struct nfs4_sequence_args *args,
253 struct nfs4_sequence_res *res,
254 int cache_reply);
255
Andy Adamson13615872009-04-01 09:22:17 -0400256#ifdef CONFIG_NFS_V4_1
257extern void nfs41_sequence_free_slot(const struct nfs_client *,
258 struct nfs4_sequence_res *res);
259#endif /* CONFIG_NFS_V4_1 */
260
261static inline void nfs4_sequence_free_slot(const struct nfs_client *clp,
262 struct nfs4_sequence_res *res)
263{
264#ifdef CONFIG_NFS_V4_1
265 if (nfs4_has_session(clp))
266 nfs41_sequence_free_slot(clp, res);
267#endif /* CONFIG_NFS_V4_1 */
268}
269
Andy Adamson557134a2009-04-01 09:21:53 -0400270/*
David Howellsf7b422b2006-06-09 09:34:33 -0400271 * Determine the device name as a string
272 */
273static inline char *nfs_devname(const struct vfsmount *mnt_parent,
David Howells54ceac42006-08-22 20:06:13 -0400274 const struct dentry *dentry,
275 char *buffer, ssize_t buflen)
David Howellsf7b422b2006-06-09 09:34:33 -0400276{
David Howells54ceac42006-08-22 20:06:13 -0400277 return nfs_path(mnt_parent->mnt_devname, mnt_parent->mnt_root,
278 dentry, buffer, buflen);
David Howellsf7b422b2006-06-09 09:34:33 -0400279}
280
281/*
282 * Determine the actual block size (and log2 thereof)
283 */
284static inline
285unsigned long nfs_block_bits(unsigned long bsize, unsigned char *nrbitsp)
286{
287 /* make sure blocksize is a power of two */
288 if ((bsize & (bsize - 1)) || nrbitsp) {
289 unsigned char nrbits;
290
291 for (nrbits = 31; nrbits && !(bsize & (1 << nrbits)); nrbits--)
292 ;
293 bsize = 1 << nrbits;
294 if (nrbitsp)
295 *nrbitsp = nrbits;
296 }
297
298 return bsize;
299}
300
301/*
302 * Calculate the number of 512byte blocks used.
303 */
Chuck Lever9eaa67c2007-07-01 12:12:19 -0400304static inline blkcnt_t nfs_calc_block_size(u64 tsize)
David Howellsf7b422b2006-06-09 09:34:33 -0400305{
Chuck Lever9eaa67c2007-07-01 12:12:19 -0400306 blkcnt_t used = (tsize + 511) >> 9;
David Howellsf7b422b2006-06-09 09:34:33 -0400307 return (used > ULONG_MAX) ? ULONG_MAX : used;
308}
309
310/*
311 * Compute and set NFS server blocksize
312 */
313static inline
314unsigned long nfs_block_size(unsigned long bsize, unsigned char *nrbitsp)
315{
316 if (bsize < NFS_MIN_FILE_IO_SIZE)
317 bsize = NFS_DEF_FILE_IO_SIZE;
318 else if (bsize >= NFS_MAX_FILE_IO_SIZE)
319 bsize = NFS_MAX_FILE_IO_SIZE;
320
321 return nfs_block_bits(bsize, nrbitsp);
322}
323
324/*
325 * Determine the maximum file size for a superblock
326 */
327static inline
328void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize)
329{
330 sb->s_maxbytes = (loff_t)maxfilesize;
331 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0)
332 sb->s_maxbytes = MAX_LFS_FILESIZE;
333}
Trond Myklebust49a70f22006-12-05 00:35:38 -0500334
335/*
336 * Determine the number of bytes of data the page contains
337 */
338static inline
339unsigned int nfs_page_length(struct page *page)
340{
341 loff_t i_size = i_size_read(page->mapping->host);
342
343 if (i_size > 0) {
344 pgoff_t end_index = (i_size - 1) >> PAGE_CACHE_SHIFT;
345 if (page->index < end_index)
346 return PAGE_CACHE_SIZE;
347 if (page->index == end_index)
348 return ((i_size - 1) & ~PAGE_CACHE_MASK) + 1;
349 }
350 return 0;
351}
Trond Myklebust8d5658c2007-04-10 09:26:35 -0400352
353/*
354 * Determine the number of pages in an array of length 'len' and
355 * with a base offset of 'base'
356 */
357static inline
358unsigned int nfs_page_array_len(unsigned int base, size_t len)
359{
360 return ((unsigned long)len + (unsigned long)base +
361 PAGE_SIZE - 1) >> PAGE_SHIFT;
362}
363
J. Bruce Fieldsea31a4432008-08-20 16:10:23 -0400364#define IPV6_SCOPE_DELIMITER '%'
J. Bruce Fieldsf0c929252008-08-20 16:10:22 -0400365
366/*
367 * Set the port number in an address. Be agnostic about the address
368 * family.
369 */
370static inline void nfs_set_port(struct sockaddr *sap, unsigned short port)
371{
J. Bruce Fields456018d2008-10-08 15:31:14 -0400372 struct sockaddr_in *ap = (struct sockaddr_in *)sap;
373 struct sockaddr_in6 *ap6 = (struct sockaddr_in6 *)sap;
374
J. Bruce Fieldsf0c929252008-08-20 16:10:22 -0400375 switch (sap->sa_family) {
J. Bruce Fields456018d2008-10-08 15:31:14 -0400376 case AF_INET:
377 ap->sin_port = htons(port);
378 break;
379 case AF_INET6:
380 ap6->sin6_port = htons(port);
381 break;
J. Bruce Fieldsf0c929252008-08-20 16:10:22 -0400382 }
383}