1 #ifndef _LINUX_NFS_XDR_H
2 #define _LINUX_NFS_XDR_H
4 #include <linux/nfsacl.h>
5 #include <linux/sunrpc/gss_api.h>
8 * To change the maximum rsize and wsize supported by the NFS client, adjust
9 * NFS_MAX_FILE_IO_SIZE. 64KB is a typical maximum, but some servers can
10 * support a megabyte or more. The default is left at 4096 bytes, which is
11 * reasonable for NFS over UDP.
13 #define NFS_MAX_FILE_IO_SIZE (1048576U)
14 #define NFS_DEF_FILE_IO_SIZE (4096U)
15 #define NFS_MIN_FILE_IO_SIZE (1024U)
17 /* Forward declaration for NFS v3 */
18 struct nfs4_secinfo_flavors
;
31 * Helper for checking equality between 2 fsids.
33 static inline int nfs_fsid_equal(const struct nfs_fsid
*a
, const struct nfs_fsid
*b
)
35 return a
->major
== b
->major
&& a
->minor
== b
->minor
;
39 unsigned int valid
; /* which fields are valid */
57 __u64 mounted_on_fileid
;
58 struct timespec atime
;
59 struct timespec mtime
;
60 struct timespec ctime
;
61 __u64 change_attr
; /* NFSv4 change attribute */
62 __u64 pre_change_attr
;/* pre-op NFSv4 change attribute */
63 __u64 pre_size
; /* pre_op_attr.size */
64 struct timespec pre_mtime
; /* pre_op_attr.mtime */
65 struct timespec pre_ctime
; /* pre_op_attr.ctime */
66 unsigned long time_start
;
67 unsigned long gencount
;
68 struct nfs4_string
*owner_name
;
69 struct nfs4_string
*group_name
;
72 #define NFS_ATTR_FATTR_TYPE (1U << 0)
73 #define NFS_ATTR_FATTR_MODE (1U << 1)
74 #define NFS_ATTR_FATTR_NLINK (1U << 2)
75 #define NFS_ATTR_FATTR_OWNER (1U << 3)
76 #define NFS_ATTR_FATTR_GROUP (1U << 4)
77 #define NFS_ATTR_FATTR_RDEV (1U << 5)
78 #define NFS_ATTR_FATTR_SIZE (1U << 6)
79 #define NFS_ATTR_FATTR_PRESIZE (1U << 7)
80 #define NFS_ATTR_FATTR_BLOCKS_USED (1U << 8)
81 #define NFS_ATTR_FATTR_SPACE_USED (1U << 9)
82 #define NFS_ATTR_FATTR_FSID (1U << 10)
83 #define NFS_ATTR_FATTR_FILEID (1U << 11)
84 #define NFS_ATTR_FATTR_ATIME (1U << 12)
85 #define NFS_ATTR_FATTR_MTIME (1U << 13)
86 #define NFS_ATTR_FATTR_CTIME (1U << 14)
87 #define NFS_ATTR_FATTR_PREMTIME (1U << 15)
88 #define NFS_ATTR_FATTR_PRECTIME (1U << 16)
89 #define NFS_ATTR_FATTR_CHANGE (1U << 17)
90 #define NFS_ATTR_FATTR_PRECHANGE (1U << 18)
91 #define NFS_ATTR_FATTR_V4_LOCATIONS (1U << 19)
92 #define NFS_ATTR_FATTR_V4_REFERRAL (1U << 20)
93 #define NFS_ATTR_FATTR_MOUNTPOINT (1U << 21)
94 #define NFS_ATTR_FATTR_MOUNTED_ON_FILEID (1U << 22)
95 #define NFS_ATTR_FATTR_OWNER_NAME (1U << 23)
96 #define NFS_ATTR_FATTR_GROUP_NAME (1U << 24)
98 #define NFS_ATTR_FATTR (NFS_ATTR_FATTR_TYPE \
99 | NFS_ATTR_FATTR_MODE \
100 | NFS_ATTR_FATTR_NLINK \
101 | NFS_ATTR_FATTR_OWNER \
102 | NFS_ATTR_FATTR_GROUP \
103 | NFS_ATTR_FATTR_RDEV \
104 | NFS_ATTR_FATTR_SIZE \
105 | NFS_ATTR_FATTR_FSID \
106 | NFS_ATTR_FATTR_FILEID \
107 | NFS_ATTR_FATTR_ATIME \
108 | NFS_ATTR_FATTR_MTIME \
109 | NFS_ATTR_FATTR_CTIME)
110 #define NFS_ATTR_FATTR_V2 (NFS_ATTR_FATTR \
111 | NFS_ATTR_FATTR_BLOCKS_USED)
112 #define NFS_ATTR_FATTR_V3 (NFS_ATTR_FATTR \
113 | NFS_ATTR_FATTR_SPACE_USED)
114 #define NFS_ATTR_FATTR_V4 (NFS_ATTR_FATTR \
115 | NFS_ATTR_FATTR_SPACE_USED \
116 | NFS_ATTR_FATTR_CHANGE)
119 * Info on the file system
122 struct nfs_fattr
*fattr
; /* Post-op attributes */
123 __u32 rtmax
; /* max. read transfer size */
124 __u32 rtpref
; /* pref. read transfer size */
125 __u32 rtmult
; /* reads should be multiple of this */
126 __u32 wtmax
; /* max. write transfer size */
127 __u32 wtpref
; /* pref. write transfer size */
128 __u32 wtmult
; /* writes should be multiple of this */
129 __u32 dtpref
; /* pref. readdir transfer size */
131 struct timespec time_delta
; /* server time granularity */
132 __u32 lease_time
; /* in seconds */
133 __u32 layouttype
; /* supported pnfs layout driver */
134 __u32 blksize
; /* preferred pnfs io block size */
138 struct nfs_fattr
*fattr
; /* Post-op attributes */
139 __u64 tbytes
; /* total size in bytes */
140 __u64 fbytes
; /* # of free bytes */
141 __u64 abytes
; /* # of bytes available to user */
142 __u64 tfiles
; /* # of files */
143 __u64 ffiles
; /* # of free files */
144 __u64 afiles
; /* # of files available to user */
148 __u32 tsize
; /* Server transfer size */
149 __u32 bsize
; /* Filesystem block size */
150 __u32 blocks
; /* No. of "bsize" blocks on filesystem */
151 __u32 bfree
; /* No. of free "bsize" blocks */
152 __u32 bavail
; /* No. of available "bsize" blocks */
155 struct nfs_pathconf
{
156 struct nfs_fattr
*fattr
; /* Post-op attributes */
157 __u32 max_link
; /* max # of hard links */
158 __u32 max_namelen
; /* max name length */
161 struct nfs4_change_info
{
169 /* nfs41 sessions channel attributes */
170 struct nfs4_channel_attrs
{
173 u32 max_resp_sz_cached
;
178 /* nfs41 sessions slot seqid */
183 struct nfs4_sequence_args
{
184 struct nfs4_session
*sa_session
;
189 struct nfs4_sequence_res
{
190 struct nfs4_session
*sr_session
;
191 struct nfs4_slot
*sr_slot
; /* slot used to send request */
192 int sr_status
; /* sequence operation status */
193 unsigned long sr_renewal_time
;
197 struct nfs4_get_lease_time_args
{
198 struct nfs4_sequence_args la_seq_args
;
201 struct nfs4_get_lease_time_res
{
202 struct nfs_fsinfo
*lr_fsinfo
;
203 struct nfs4_sequence_res lr_seq_res
;
206 #define PNFS_LAYOUT_MAXSIZE 4096
208 struct nfs4_layoutdriver_data
{
214 struct pnfs_layout_range
{
220 struct nfs4_layoutget_args
{
222 struct pnfs_layout_range range
;
226 struct nfs_open_context
*ctx
;
227 struct nfs4_sequence_args seq_args
;
228 nfs4_stateid stateid
;
229 struct nfs4_layoutdriver_data layout
;
232 struct nfs4_layoutget_res
{
233 __u32 return_on_close
;
234 struct pnfs_layout_range range
;
236 nfs4_stateid stateid
;
237 struct nfs4_sequence_res seq_res
;
238 struct nfs4_layoutdriver_data
*layoutp
;
241 struct nfs4_layoutget
{
242 struct nfs4_layoutget_args args
;
243 struct nfs4_layoutget_res res
;
244 struct pnfs_layout_segment
**lsegpp
;
248 struct nfs4_getdevicelist_args
{
249 const struct nfs_fh
*fh
;
251 struct nfs4_sequence_args seq_args
;
254 struct nfs4_getdevicelist_res
{
255 struct pnfs_devicelist
*devlist
;
256 struct nfs4_sequence_res seq_res
;
259 struct nfs4_getdeviceinfo_args
{
260 struct pnfs_device
*pdev
;
261 struct nfs4_sequence_args seq_args
;
264 struct nfs4_getdeviceinfo_res
{
265 struct pnfs_device
*pdev
;
266 struct nfs4_sequence_res seq_res
;
269 struct nfs4_layoutcommit_args
{
270 nfs4_stateid stateid
;
271 __u64 lastbytewritten
;
274 struct nfs4_sequence_args seq_args
;
277 struct nfs4_layoutcommit_res
{
278 struct nfs_fattr
*fattr
;
279 const struct nfs_server
*server
;
280 struct nfs4_sequence_res seq_res
;
284 struct nfs4_layoutcommit_data
{
285 struct rpc_task task
;
286 struct nfs_fattr fattr
;
287 struct list_head lseg_list
;
288 struct rpc_cred
*cred
;
289 struct nfs4_layoutcommit_args args
;
290 struct nfs4_layoutcommit_res res
;
293 struct nfs4_layoutreturn_args
{
294 struct pnfs_layout_hdr
*layout
;
296 nfs4_stateid stateid
;
298 struct nfs4_sequence_args seq_args
;
301 struct nfs4_layoutreturn_res
{
302 struct nfs4_sequence_res seq_res
;
304 nfs4_stateid stateid
;
307 struct nfs4_layoutreturn
{
308 struct nfs4_layoutreturn_args args
;
309 struct nfs4_layoutreturn_res res
;
310 struct rpc_cred
*cred
;
311 struct nfs_client
*clp
;
315 struct stateowner_id
{
321 * Arguments to the open call.
323 struct nfs_openargs
{
324 const struct nfs_fh
* fh
;
325 struct nfs_seqid
* seqid
;
329 struct stateowner_id id
;
332 struct iattr
* attrs
; /* UNCHECKED, GUARDED */
333 nfs4_verifier verifier
; /* EXCLUSIVE */
335 nfs4_stateid delegation
; /* CLAIM_DELEGATE_CUR */
336 fmode_t delegation_type
; /* CLAIM_PREVIOUS */
338 const struct qstr
* name
;
339 const struct nfs_server
*server
; /* Needed for ID mapping */
341 const u32
* dir_bitmask
;
343 struct nfs4_sequence_args seq_args
;
347 nfs4_stateid stateid
;
349 struct nfs4_change_info cinfo
;
351 struct nfs_fattr
* f_attr
;
352 struct nfs_fattr
* dir_attr
;
353 struct nfs_seqid
* seqid
;
354 const struct nfs_server
*server
;
355 fmode_t delegation_type
;
356 nfs4_stateid delegation
;
359 __u32 attrset
[NFS4_BITMAP_SIZE
];
360 struct nfs4_string
*owner
;
361 struct nfs4_string
*group_owner
;
362 struct nfs4_sequence_res seq_res
;
366 * Arguments to the open_confirm call.
368 struct nfs_open_confirmargs
{
369 const struct nfs_fh
* fh
;
370 nfs4_stateid
* stateid
;
371 struct nfs_seqid
* seqid
;
374 struct nfs_open_confirmres
{
375 nfs4_stateid stateid
;
376 struct nfs_seqid
* seqid
;
380 * Arguments to the close call.
382 struct nfs_closeargs
{
384 nfs4_stateid
* stateid
;
385 struct nfs_seqid
* seqid
;
388 struct nfs4_sequence_args seq_args
;
391 struct nfs_closeres
{
392 nfs4_stateid stateid
;
393 struct nfs_fattr
* fattr
;
394 struct nfs_seqid
* seqid
;
395 const struct nfs_server
*server
;
396 struct nfs4_sequence_res seq_res
;
399 * * Arguments to the lock,lockt, and locku call.
407 struct nfs_lock_args
{
409 struct file_lock
* fl
;
410 struct nfs_seqid
* lock_seqid
;
411 nfs4_stateid
* lock_stateid
;
412 struct nfs_seqid
* open_seqid
;
413 nfs4_stateid
* open_stateid
;
414 struct nfs_lowner lock_owner
;
415 unsigned char block
: 1;
416 unsigned char reclaim
: 1;
417 unsigned char new_lock_owner
: 1;
418 struct nfs4_sequence_args seq_args
;
421 struct nfs_lock_res
{
422 nfs4_stateid stateid
;
423 struct nfs_seqid
* lock_seqid
;
424 struct nfs_seqid
* open_seqid
;
425 struct nfs4_sequence_res seq_res
;
428 struct nfs_locku_args
{
430 struct file_lock
* fl
;
431 struct nfs_seqid
* seqid
;
432 nfs4_stateid
* stateid
;
433 struct nfs4_sequence_args seq_args
;
436 struct nfs_locku_res
{
437 nfs4_stateid stateid
;
438 struct nfs_seqid
* seqid
;
439 struct nfs4_sequence_res seq_res
;
442 struct nfs_lockt_args
{
444 struct file_lock
* fl
;
445 struct nfs_lowner lock_owner
;
446 struct nfs4_sequence_args seq_args
;
449 struct nfs_lockt_res
{
450 struct file_lock
* denied
; /* LOCK, LOCKT failed */
451 struct nfs4_sequence_res seq_res
;
454 struct nfs_release_lockowner_args
{
455 struct nfs_lowner lock_owner
;
458 struct nfs4_delegreturnargs
{
459 const struct nfs_fh
*fhandle
;
460 const nfs4_stateid
*stateid
;
462 struct nfs4_sequence_args seq_args
;
465 struct nfs4_delegreturnres
{
466 struct nfs_fattr
* fattr
;
467 const struct nfs_server
*server
;
468 struct nfs4_sequence_res seq_res
;
472 * Arguments to the read call.
474 struct nfs_readargs
{
476 struct nfs_open_context
*context
;
477 struct nfs_lock_context
*lock_context
;
481 struct page
** pages
;
482 struct nfs4_sequence_args seq_args
;
486 struct nfs_fattr
* fattr
;
489 struct nfs4_sequence_res seq_res
;
493 * Arguments to the write call.
495 struct nfs_writeargs
{
497 struct nfs_open_context
*context
;
498 struct nfs_lock_context
*lock_context
;
501 enum nfs3_stable_how stable
;
503 struct page
** pages
;
505 struct nfs4_sequence_args seq_args
;
508 struct nfs_writeverf
{
509 enum nfs3_stable_how committed
;
513 struct nfs_writeres
{
514 struct nfs_fattr
* fattr
;
515 struct nfs_writeverf
* verf
;
517 const struct nfs_server
*server
;
518 struct nfs4_sequence_res seq_res
;
522 * Arguments to the commit call.
524 struct nfs_commitargs
{
529 struct nfs4_sequence_args seq_args
;
532 struct nfs_commitres
{
533 struct nfs_fattr
*fattr
;
534 struct nfs_writeverf
*verf
;
535 const struct nfs_server
*server
;
536 struct nfs4_sequence_res seq_res
;
540 * Common arguments to the unlink call
542 struct nfs_removeargs
{
543 const struct nfs_fh
*fh
;
546 struct nfs4_sequence_args seq_args
;
549 struct nfs_removeres
{
550 const struct nfs_server
*server
;
551 struct nfs_fattr
*dir_attr
;
552 struct nfs4_change_info cinfo
;
553 struct nfs4_sequence_res seq_res
;
557 * Common arguments to the rename call
559 struct nfs_renameargs
{
560 const struct nfs_fh
*old_dir
;
561 const struct nfs_fh
*new_dir
;
562 const struct qstr
*old_name
;
563 const struct qstr
*new_name
;
565 struct nfs4_sequence_args seq_args
;
568 struct nfs_renameres
{
569 const struct nfs_server
*server
;
570 struct nfs4_change_info old_cinfo
;
571 struct nfs_fattr
*old_fattr
;
572 struct nfs4_change_info new_cinfo
;
573 struct nfs_fattr
*new_fattr
;
574 struct nfs4_sequence_res seq_res
;
578 * Argument struct for decode_entry function
588 struct nfs_fattr
* fattr
;
589 unsigned char d_type
;
590 struct nfs_server
* server
;
594 * The following types are for NFSv2 only.
596 struct nfs_sattrargs
{
598 struct iattr
* sattr
;
601 struct nfs_diropargs
{
607 struct nfs_createargs
{
611 struct iattr
* sattr
;
614 struct nfs_setattrargs
{
616 nfs4_stateid stateid
;
618 const struct nfs_server
* server
; /* Needed for name mapping */
620 struct nfs4_sequence_args seq_args
;
623 struct nfs_setaclargs
{
626 unsigned int acl_pgbase
;
627 struct page
** acl_pages
;
628 struct nfs4_sequence_args seq_args
;
631 struct nfs_setaclres
{
632 struct nfs4_sequence_res seq_res
;
635 struct nfs_getaclargs
{
638 unsigned int acl_pgbase
;
639 struct page
** acl_pages
;
640 struct nfs4_sequence_args seq_args
;
643 /* getxattr ACL interface flags */
644 #define NFS4_ACL_LEN_REQUEST 0x0001 /* zero length getxattr buffer */
645 struct nfs_getaclres
{
647 size_t acl_data_offset
;
649 struct page
* acl_scratch
;
650 struct nfs4_sequence_res seq_res
;
653 struct nfs_setattrres
{
654 struct nfs_fattr
* fattr
;
655 const struct nfs_server
* server
;
656 struct nfs4_sequence_res seq_res
;
659 struct nfs_linkargs
{
660 struct nfs_fh
* fromfh
;
661 struct nfs_fh
* tofh
;
666 struct nfs_symlinkargs
{
667 struct nfs_fh
* fromfh
;
668 const char * fromname
;
669 unsigned int fromlen
;
670 struct page
** pages
;
671 unsigned int pathlen
;
672 struct iattr
* sattr
;
675 struct nfs_readdirargs
{
679 struct page
** pages
;
682 struct nfs3_getaclargs
{
685 struct page
** pages
;
688 struct nfs3_setaclargs
{
689 struct inode
* inode
;
691 struct posix_acl
* acl_access
;
692 struct posix_acl
* acl_default
;
695 struct page
** pages
;
700 struct nfs_fattr
* fattr
;
703 struct nfs_readlinkargs
{
707 struct page
** pages
;
710 struct nfs3_sattrargs
{
712 struct iattr
* sattr
;
714 struct timespec guardtime
;
717 struct nfs3_diropargs
{
723 struct nfs3_accessargs
{
728 struct nfs3_createargs
{
732 struct iattr
* sattr
;
733 enum nfs3_createmode createmode
;
737 struct nfs3_mkdirargs
{
741 struct iattr
* sattr
;
744 struct nfs3_symlinkargs
{
745 struct nfs_fh
* fromfh
;
746 const char * fromname
;
747 unsigned int fromlen
;
748 struct page
** pages
;
749 unsigned int pathlen
;
750 struct iattr
* sattr
;
753 struct nfs3_mknodargs
{
757 enum nfs3_ftype type
;
758 struct iattr
* sattr
;
762 struct nfs3_linkargs
{
763 struct nfs_fh
* fromfh
;
764 struct nfs_fh
* tofh
;
769 struct nfs3_readdirargs
{
775 struct page
** pages
;
778 struct nfs3_diropres
{
779 struct nfs_fattr
* dir_attr
;
781 struct nfs_fattr
* fattr
;
784 struct nfs3_accessres
{
785 struct nfs_fattr
* fattr
;
789 struct nfs3_readlinkargs
{
793 struct page
** pages
;
796 struct nfs3_linkres
{
797 struct nfs_fattr
* dir_attr
;
798 struct nfs_fattr
* fattr
;
801 struct nfs3_readdirres
{
802 struct nfs_fattr
* dir_attr
;
807 struct nfs3_getaclres
{
808 struct nfs_fattr
* fattr
;
810 unsigned int acl_access_count
;
811 unsigned int acl_default_count
;
812 struct posix_acl
* acl_access
;
813 struct posix_acl
* acl_default
;
818 typedef u64 clientid4
;
820 struct nfs4_accessargs
{
821 const struct nfs_fh
* fh
;
824 struct nfs4_sequence_args seq_args
;
827 struct nfs4_accessres
{
828 const struct nfs_server
* server
;
829 struct nfs_fattr
* fattr
;
832 struct nfs4_sequence_res seq_res
;
835 struct nfs4_create_arg
{
839 struct page
** pages
;
841 } symlink
; /* NF4LNK */
845 } device
; /* NF4BLK, NF4CHR */
847 const struct qstr
* name
;
848 const struct nfs_server
* server
;
849 const struct iattr
* attrs
;
850 const struct nfs_fh
* dir_fh
;
852 struct nfs4_sequence_args seq_args
;
855 struct nfs4_create_res
{
856 const struct nfs_server
* server
;
858 struct nfs_fattr
* fattr
;
859 struct nfs4_change_info dir_cinfo
;
860 struct nfs_fattr
* dir_fattr
;
861 struct nfs4_sequence_res seq_res
;
864 struct nfs4_fsinfo_arg
{
865 const struct nfs_fh
* fh
;
867 struct nfs4_sequence_args seq_args
;
870 struct nfs4_fsinfo_res
{
871 struct nfs_fsinfo
*fsinfo
;
872 struct nfs4_sequence_res seq_res
;
875 struct nfs4_getattr_arg
{
876 const struct nfs_fh
* fh
;
878 struct nfs4_sequence_args seq_args
;
881 struct nfs4_getattr_res
{
882 const struct nfs_server
* server
;
883 struct nfs_fattr
* fattr
;
884 struct nfs4_sequence_res seq_res
;
887 struct nfs4_link_arg
{
888 const struct nfs_fh
* fh
;
889 const struct nfs_fh
* dir_fh
;
890 const struct qstr
* name
;
892 struct nfs4_sequence_args seq_args
;
895 struct nfs4_link_res
{
896 const struct nfs_server
* server
;
897 struct nfs_fattr
* fattr
;
898 struct nfs4_change_info cinfo
;
899 struct nfs_fattr
* dir_attr
;
900 struct nfs4_sequence_res seq_res
;
904 struct nfs4_lookup_arg
{
905 const struct nfs_fh
* dir_fh
;
906 const struct qstr
* name
;
908 struct nfs4_sequence_args seq_args
;
911 struct nfs4_lookup_res
{
912 const struct nfs_server
* server
;
913 struct nfs_fattr
* fattr
;
915 struct nfs4_sequence_res seq_res
;
918 struct nfs4_lookup_root_arg
{
920 struct nfs4_sequence_args seq_args
;
923 struct nfs4_pathconf_arg
{
924 const struct nfs_fh
* fh
;
926 struct nfs4_sequence_args seq_args
;
929 struct nfs4_pathconf_res
{
930 struct nfs_pathconf
*pathconf
;
931 struct nfs4_sequence_res seq_res
;
934 struct nfs4_readdir_arg
{
935 const struct nfs_fh
* fh
;
937 nfs4_verifier verifier
;
939 struct page
** pages
; /* zero-copy data */
940 unsigned int pgbase
; /* zero-copy data */
943 struct nfs4_sequence_args seq_args
;
946 struct nfs4_readdir_res
{
947 nfs4_verifier verifier
;
949 struct nfs4_sequence_res seq_res
;
952 struct nfs4_readlink
{
953 const struct nfs_fh
* fh
;
955 unsigned int pglen
; /* zero-copy data */
956 struct page
** pages
; /* zero-copy data */
957 struct nfs4_sequence_args seq_args
;
960 struct nfs4_readlink_res
{
961 struct nfs4_sequence_res seq_res
;
964 #define NFS4_SETCLIENTID_NAMELEN (127)
965 struct nfs4_setclientid
{
966 const nfs4_verifier
* sc_verifier
;
967 unsigned int sc_name_len
;
968 char sc_name
[NFS4_SETCLIENTID_NAMELEN
+ 1];
970 unsigned int sc_netid_len
;
971 char sc_netid
[RPCBIND_MAXNETIDLEN
+ 1];
972 unsigned int sc_uaddr_len
;
973 char sc_uaddr
[RPCBIND_MAXUADDRLEN
+ 1];
977 struct nfs4_setclientid_res
{
979 nfs4_verifier confirm
;
982 struct nfs4_statfs_arg
{
983 const struct nfs_fh
* fh
;
985 struct nfs4_sequence_args seq_args
;
988 struct nfs4_statfs_res
{
989 struct nfs_fsstat
*fsstat
;
990 struct nfs4_sequence_res seq_res
;
993 struct nfs4_server_caps_arg
{
994 struct nfs_fh
*fhandle
;
995 struct nfs4_sequence_args seq_args
;
998 struct nfs4_server_caps_res
{
1004 struct nfs4_sequence_res seq_res
;
1007 #define NFS4_PATHNAME_MAXCOMPONENTS 512
1008 struct nfs4_pathname
{
1009 unsigned int ncomponents
;
1010 struct nfs4_string components
[NFS4_PATHNAME_MAXCOMPONENTS
];
1013 #define NFS4_FS_LOCATION_MAXSERVERS 10
1014 struct nfs4_fs_location
{
1015 unsigned int nservers
;
1016 struct nfs4_string servers
[NFS4_FS_LOCATION_MAXSERVERS
];
1017 struct nfs4_pathname rootpath
;
1020 #define NFS4_FS_LOCATIONS_MAXENTRIES 10
1021 struct nfs4_fs_locations
{
1022 struct nfs_fattr fattr
;
1023 const struct nfs_server
*server
;
1024 struct nfs4_pathname fs_path
;
1026 struct nfs4_fs_location locations
[NFS4_FS_LOCATIONS_MAXENTRIES
];
1029 struct nfs4_fs_locations_arg
{
1030 const struct nfs_fh
*dir_fh
;
1031 const struct qstr
*name
;
1034 struct nfs4_sequence_args seq_args
;
1037 struct nfs4_fs_locations_res
{
1038 struct nfs4_fs_locations
*fs_locations
;
1039 struct nfs4_sequence_res seq_res
;
1042 struct nfs4_secinfo_oid
{
1044 char data
[GSS_OID_MAX_LEN
];
1047 struct nfs4_secinfo_gss
{
1048 struct nfs4_secinfo_oid sec_oid4
;
1050 unsigned int service
;
1053 struct nfs4_secinfo_flavor
{
1054 unsigned int flavor
;
1055 struct nfs4_secinfo_gss gss
;
1058 struct nfs4_secinfo_flavors
{
1059 unsigned int num_flavors
;
1060 struct nfs4_secinfo_flavor flavors
[0];
1063 struct nfs4_secinfo_arg
{
1064 const struct nfs_fh
*dir_fh
;
1065 const struct qstr
*name
;
1066 struct nfs4_sequence_args seq_args
;
1069 struct nfs4_secinfo_res
{
1070 struct nfs4_secinfo_flavors
*flavors
;
1071 struct nfs4_sequence_res seq_res
;
1074 #endif /* CONFIG_NFS_V4 */
1081 #ifdef CONFIG_NFS_V4_1
1082 #define NFS4_EXCHANGE_ID_LEN (48)
1083 struct nfs41_exchange_id_args
{
1084 struct nfs_client
*client
;
1085 nfs4_verifier
*verifier
;
1086 unsigned int id_len
;
1087 char id
[NFS4_EXCHANGE_ID_LEN
];
1091 struct server_owner
{
1093 uint32_t major_id_sz
;
1094 char major_id
[NFS4_OPAQUE_LIMIT
];
1097 struct server_scope
{
1098 uint32_t server_scope_sz
;
1099 char server_scope
[NFS4_OPAQUE_LIMIT
];
1102 struct nfs41_impl_id
{
1103 char domain
[NFS4_OPAQUE_LIMIT
+ 1];
1104 char name
[NFS4_OPAQUE_LIMIT
+ 1];
1105 struct nfstime4 date
;
1108 struct nfs41_exchange_id_res
{
1109 struct nfs_client
*client
;
1111 struct server_scope
*server_scope
;
1112 struct nfs41_impl_id
*impl_id
;
1115 struct nfs41_create_session_args
{
1116 struct nfs_client
*client
;
1118 uint32_t cb_program
;
1119 struct nfs4_channel_attrs fc_attrs
; /* Fore Channel */
1120 struct nfs4_channel_attrs bc_attrs
; /* Back Channel */
1123 struct nfs41_create_session_res
{
1124 struct nfs_client
*client
;
1127 struct nfs41_reclaim_complete_args
{
1128 /* In the future extend to include curr_fh for use with migration */
1129 unsigned char one_fs
:1;
1130 struct nfs4_sequence_args seq_args
;
1133 struct nfs41_reclaim_complete_res
{
1134 struct nfs4_sequence_res seq_res
;
1137 #define SECINFO_STYLE_CURRENT_FH 0
1138 #define SECINFO_STYLE_PARENT 1
1139 struct nfs41_secinfo_no_name_args
{
1141 struct nfs4_sequence_args seq_args
;
1144 struct nfs41_test_stateid_args
{
1145 nfs4_stateid
*stateid
;
1146 struct nfs4_sequence_args seq_args
;
1149 struct nfs41_test_stateid_res
{
1150 unsigned int status
;
1151 struct nfs4_sequence_res seq_res
;
1154 struct nfs41_free_stateid_args
{
1155 nfs4_stateid
*stateid
;
1156 struct nfs4_sequence_args seq_args
;
1159 struct nfs41_free_stateid_res
{
1160 unsigned int status
;
1161 struct nfs4_sequence_res seq_res
;
1164 #endif /* CONFIG_NFS_V4_1 */
1168 #define NFS_PAGEVEC_SIZE (8U)
1170 struct nfs_read_data
{
1171 struct rpc_task task
;
1172 struct inode
*inode
;
1173 struct rpc_cred
*cred
;
1174 struct nfs_fattr fattr
; /* fattr storage */
1175 struct list_head pages
; /* Coalesced read requests */
1176 struct list_head list
; /* lists of struct nfs_read_data */
1177 struct nfs_page
*req
; /* multi ops per nfs_page */
1178 struct page
**pagevec
;
1179 unsigned int npages
; /* Max length of pagevec */
1180 struct nfs_readargs args
;
1181 struct nfs_readres res
;
1182 unsigned long timestamp
; /* For lease renewal */
1183 struct pnfs_layout_segment
*lseg
;
1184 struct nfs_client
*ds_clp
; /* pNFS data server */
1185 const struct rpc_call_ops
*mds_ops
;
1186 int (*read_done_cb
) (struct rpc_task
*task
, struct nfs_read_data
*data
);
1189 struct page
*page_array
[NFS_PAGEVEC_SIZE
];
1192 struct nfs_direct_req
;
1194 struct nfs_write_data
{
1195 struct rpc_task task
;
1196 struct inode
*inode
;
1197 struct rpc_cred
*cred
;
1198 struct nfs_fattr fattr
;
1199 struct nfs_writeverf verf
;
1200 struct list_head pages
; /* Coalesced requests we wish to flush */
1201 struct list_head list
; /* lists of struct nfs_write_data */
1202 struct nfs_page
*req
; /* multi ops per nfs_page */
1203 struct page
**pagevec
;
1204 unsigned int npages
; /* Max length of pagevec */
1205 struct nfs_writeargs args
; /* argument struct */
1206 struct nfs_writeres res
; /* result struct */
1207 struct pnfs_layout_segment
*lseg
;
1208 struct nfs_client
*ds_clp
; /* pNFS data server */
1209 const struct rpc_call_ops
*mds_ops
;
1210 int (*write_done_cb
) (struct rpc_task
*task
, struct nfs_write_data
*data
);
1211 #ifdef CONFIG_NFS_V4
1212 unsigned long timestamp
; /* For lease renewal */
1214 __u64 mds_offset
; /* Filelayout dense stripe */
1216 struct page
*page_array
[NFS_PAGEVEC_SIZE
];
1219 struct nfs_commit_data
{
1220 struct rpc_task task
;
1221 struct inode
*inode
;
1222 struct rpc_cred
*cred
;
1223 struct nfs_fattr fattr
;
1224 struct nfs_writeverf verf
;
1225 struct list_head pages
; /* Coalesced requests we wish to flush */
1226 struct list_head list
; /* lists of struct nfs_write_data */
1227 struct nfs_direct_req
*dreq
; /* O_DIRECT request */
1228 struct nfs_commitargs args
; /* argument struct */
1229 struct nfs_commitres res
; /* result struct */
1230 struct nfs_open_context
*context
;
1231 struct pnfs_layout_segment
*lseg
;
1232 struct nfs_client
*ds_clp
; /* pNFS data server */
1233 int ds_commit_index
;
1234 const struct rpc_call_ops
*mds_ops
;
1235 int (*commit_done_cb
) (struct rpc_task
*task
, struct nfs_commit_data
*data
);
1238 struct nfs_unlinkdata
{
1239 struct hlist_node list
;
1240 struct nfs_removeargs args
;
1241 struct nfs_removeres res
;
1243 struct rpc_cred
*cred
;
1244 struct nfs_fattr dir_attr
;
1247 struct nfs_renamedata
{
1248 struct nfs_renameargs args
;
1249 struct nfs_renameres res
;
1250 struct rpc_cred
*cred
;
1251 struct inode
*old_dir
;
1252 struct dentry
*old_dentry
;
1253 struct nfs_fattr old_fattr
;
1254 struct inode
*new_dir
;
1255 struct dentry
*new_dentry
;
1256 struct nfs_fattr new_fattr
;
1259 struct nfs_access_entry
;
1264 * RPC procedure vector for NFSv2/NFSv3 demuxing
1266 struct nfs_rpc_ops
{
1267 u32 version
; /* Protocol version */
1268 const struct dentry_operations
*dentry_ops
;
1269 const struct inode_operations
*dir_inode_ops
;
1270 const struct inode_operations
*file_inode_ops
;
1271 const struct file_operations
*file_ops
;
1273 int (*getroot
) (struct nfs_server
*, struct nfs_fh
*,
1274 struct nfs_fsinfo
*);
1275 int (*getattr
) (struct nfs_server
*, struct nfs_fh
*,
1276 struct nfs_fattr
*);
1277 int (*setattr
) (struct dentry
*, struct nfs_fattr
*,
1279 int (*lookup
) (struct rpc_clnt
*clnt
, struct inode
*, struct qstr
*,
1280 struct nfs_fh
*, struct nfs_fattr
*);
1281 int (*access
) (struct inode
*, struct nfs_access_entry
*);
1282 int (*readlink
)(struct inode
*, struct page
*, unsigned int,
1284 int (*create
) (struct inode
*, struct dentry
*,
1285 struct iattr
*, int, struct nfs_open_context
*);
1286 int (*remove
) (struct inode
*, struct qstr
*);
1287 void (*unlink_setup
) (struct rpc_message
*, struct inode
*dir
);
1288 void (*unlink_rpc_prepare
) (struct rpc_task
*, struct nfs_unlinkdata
*);
1289 int (*unlink_done
) (struct rpc_task
*, struct inode
*);
1290 int (*rename
) (struct inode
*, struct qstr
*,
1291 struct inode
*, struct qstr
*);
1292 void (*rename_setup
) (struct rpc_message
*msg
, struct inode
*dir
);
1293 void (*rename_rpc_prepare
)(struct rpc_task
*task
, struct nfs_renamedata
*);
1294 int (*rename_done
) (struct rpc_task
*task
, struct inode
*old_dir
, struct inode
*new_dir
);
1295 int (*link
) (struct inode
*, struct inode
*, struct qstr
*);
1296 int (*symlink
) (struct inode
*, struct dentry
*, struct page
*,
1297 unsigned int, struct iattr
*);
1298 int (*mkdir
) (struct inode
*, struct dentry
*, struct iattr
*);
1299 int (*rmdir
) (struct inode
*, struct qstr
*);
1300 int (*readdir
) (struct dentry
*, struct rpc_cred
*,
1301 u64
, struct page
**, unsigned int, int);
1302 int (*mknod
) (struct inode
*, struct dentry
*, struct iattr
*,
1304 int (*statfs
) (struct nfs_server
*, struct nfs_fh
*,
1305 struct nfs_fsstat
*);
1306 int (*fsinfo
) (struct nfs_server
*, struct nfs_fh
*,
1307 struct nfs_fsinfo
*);
1308 int (*pathconf
) (struct nfs_server
*, struct nfs_fh
*,
1309 struct nfs_pathconf
*);
1310 int (*set_capabilities
)(struct nfs_server
*, struct nfs_fh
*);
1311 int (*decode_dirent
)(struct xdr_stream
*, struct nfs_entry
*, int);
1312 void (*read_setup
) (struct nfs_read_data
*, struct rpc_message
*);
1313 void (*read_rpc_prepare
)(struct rpc_task
*, struct nfs_read_data
*);
1314 int (*read_done
) (struct rpc_task
*, struct nfs_read_data
*);
1315 void (*write_setup
) (struct nfs_write_data
*, struct rpc_message
*);
1316 void (*write_rpc_prepare
)(struct rpc_task
*, struct nfs_write_data
*);
1317 int (*write_done
) (struct rpc_task
*, struct nfs_write_data
*);
1318 void (*commit_setup
) (struct nfs_commit_data
*, struct rpc_message
*);
1319 void (*commit_rpc_prepare
)(struct rpc_task
*, struct nfs_commit_data
*);
1320 int (*commit_done
) (struct rpc_task
*, struct nfs_commit_data
*);
1321 int (*lock
)(struct file
*, int, struct file_lock
*);
1322 int (*lock_check_bounds
)(const struct file_lock
*);
1323 void (*clear_acl_cache
)(struct inode
*);
1324 void (*close_context
)(struct nfs_open_context
*ctx
, int);
1325 struct inode
* (*open_context
) (struct inode
*dir
,
1326 struct nfs_open_context
*ctx
,
1328 struct iattr
*iattr
);
1329 int (*init_client
) (struct nfs_client
*, const struct rpc_timeout
*,
1330 const char *, rpc_authflavor_t
, int);
1331 int (*secinfo
)(struct inode
*, const struct qstr
*, struct nfs4_secinfo_flavors
*);
1335 * NFS_CALL(getattr, inode, (fattr));
1337 * NFS_PROTO(inode)->getattr(fattr);
1339 #define NFS_CALL(op, inode, args) NFS_PROTO(inode)->op args
1342 * Function vectors etc. for the NFS client
1344 extern const struct nfs_rpc_ops nfs_v2_clientops
;
1345 extern const struct nfs_rpc_ops nfs_v3_clientops
;
1346 extern const struct nfs_rpc_ops nfs_v4_clientops
;
1347 extern const struct rpc_version nfs_version2
;
1348 extern const struct rpc_version nfs_version3
;
1349 extern const struct rpc_version nfs_version4
;
1351 extern const struct rpc_version nfsacl_version3
;
1352 extern const struct rpc_program nfsacl_program
;