]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/nfslib.h
Use UUIDs to identify filesystems if kernel supports it.
[nfs-utils.git] / support / include / nfslib.h
1 /*
2  * support/include/nfslib.h
3  *
4  * General support functions for NFS user-space programs.
5  *
6  * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
7  */
8
9 #ifndef NFSLIB_H
10 #define NFSLIB_H
11
12 #ifdef HAVE_CONFIG_H
13 #include <config.h>
14 #endif
15
16 #include <sys/types.h>
17 #include <sys/socket.h>
18 #include <netinet/in.h>
19 #include <stdio.h>
20 #include <paths.h>
21 #include <rpcsvc/nfs_prot.h>
22 #include <nfs/nfs.h>
23 #include "xlog.h"
24
25 #ifndef _PATH_EXPORTS
26 #define _PATH_EXPORTS           "/etc/exports"
27 #endif
28 #ifndef _PATH_IDMAPDCONF
29 #define _PATH_IDMAPDCONF        "/etc/idmapd.conf"
30 #endif
31 #ifndef _PATH_XTAB
32 #define _PATH_XTAB              NFS_STATEDIR "/xtab"
33 #endif
34 #ifndef _PATH_XTABTMP
35 #define _PATH_XTABTMP           NFS_STATEDIR "/xtab.tmp"
36 #endif
37 #ifndef _PATH_ETAB
38 #define _PATH_ETAB              NFS_STATEDIR "/etab"
39 #endif
40 #ifndef _PATH_ETABTMP
41 #define _PATH_ETABTMP           NFS_STATEDIR "/etab.tmp"
42 #endif
43 #ifndef _PATH_RMTAB
44 #define _PATH_RMTAB             NFS_STATEDIR "/rmtab"
45 #endif
46 #ifndef _PATH_RMTABTMP
47 #define _PATH_RMTABTMP          _PATH_RMTAB ".tmp"
48 #endif
49 #ifndef _PATH_PROC_EXPORTS
50 #define _PATH_PROC_EXPORTS      "/proc/fs/nfs/exports"
51 #define _PATH_PROC_EXPORTS_ALT  "/proc/fs/nfsd/exports"
52 #endif
53
54 enum cle_maptypes {
55         CLE_MAP_IDENT = 0,
56         CLE_MAP_FILE,
57         CLE_MAP_UGIDD,
58 };
59
60 /*
61  * Data related to a single exports entry as returned by getexportent.
62  * FIXME: export options should probably be parsed at a later time to
63  * allow overrides when using exportfs.
64  */
65 struct exportent {
66         char            e_hostname[NFSCLNT_IDMAX+1];
67         char            e_path[NFS_MAXPATHLEN+1];
68         /* The mount path may be different from the exported path due
69            to submount. It may change for every mount. The idea is we
70            set m_path every time when we process a mount. We should not
71            use it for anything else. */
72         char            m_path[NFS_MAXPATHLEN+1];
73         int             e_flags;
74         int             e_maptype;
75         int             e_anonuid;
76         int             e_anongid;
77         int *           e_squids;
78         int             e_nsquids;
79         int *           e_sqgids;
80         int             e_nsqgids;
81         int             e_fsid;
82         char *          e_mountpoint;
83         char *          e_uuid;
84 };
85
86 struct rmtabent {
87         char            r_client[NFSCLNT_IDMAX+1];
88         char            r_path[NFS_MAXPATHLEN+1];
89         int             r_count;
90 };
91
92 /*
93  * configuration file parsing
94  */
95 void                    setexportent(char *fname, char *type);
96 struct exportent *      getexportent(int,int);
97 void                    putexportent(struct exportent *xep);
98 void                    endexportent(void);
99 struct exportent *      mkexportent(char *hname, char *path, char *opts);
100 void                    dupexportent(struct exportent *dst,
101                                         struct exportent *src);
102 int                     updateexportent(struct exportent *eep, char *options);
103
104 int                     setrmtabent(char *type);
105 struct rmtabent *       getrmtabent(int log, long *pos);
106 void                    putrmtabent(struct rmtabent *xep, long *pos);
107 void                    endrmtabent(void);
108 void                    rewindrmtabent(void);
109 FILE *                  fsetrmtabent(char *fname, char *type);
110 struct rmtabent *       fgetrmtabent(FILE *fp, int log, long *pos);
111 void                    fputrmtabent(FILE *fp, struct rmtabent *xep, long *pos);
112 void                    fendrmtabent(FILE *fp);
113 void                    frewindrmtabent(FILE *fp);
114
115 /*
116  * wildmat borrowed from INN
117  */
118 int                     wildmat(char *text, char *pattern);
119
120 /*
121  * nfsd library functions.
122  */
123 int                     nfsctl(int, struct nfsctl_arg *, union nfsctl_res *);
124 int                     nfssvc(int port, int nrservs, unsigned int versbits, unsigned int portbits, char *haddr);
125 int                     nfsaddclient(struct nfsctl_client *clp);
126 int                     nfsdelclient(struct nfsctl_client *clp);
127 int                     nfsexport(struct nfsctl_export *exp);
128 int                     nfsunexport(struct nfsctl_export *exp);
129 struct nfs_fh_len *     getfh_old(struct sockaddr *addr, dev_t dev, ino_t ino);
130 struct nfs_fh_len *     getfh(struct sockaddr *addr, const char *);
131 struct nfs_fh_len *     getfh_size(struct sockaddr *addr, const char *, int size);
132
133 void qword_print(FILE *f, char *str);
134 void qword_printhex(FILE *f, char *str, int slen);
135 void qword_printint(FILE *f, int num);
136 int qword_eol(FILE *f);
137 int readline(int fd, char **buf, int *lenp);
138 int qword_get(char **bpp, char *dest, int bufsize);
139 int qword_get_int(char **bpp, int *anint);
140 void cache_flush(int force);
141 int check_new_cache(void);
142
143 void closeall(int min);
144
145 /* lockd. */
146 int                     lockdsvc();
147
148 int                     svctcp_socket (u_long __number, int __reuse);
149 int                     svcudp_socket (u_long __number, int __reuse);
150
151 #endif /* NFSLIB_H */