1 /* EXTERN should be extern except for the table file */
7 /* The following variables are used for returning results to the caller. */
9 EXTERN
int err_code
; /* temporary storage for error number */
10 EXTERN
int rdwt_err
; /* status of last disk i/o request */
12 EXTERN
int(*fs_call_vec
[]) (void);
14 EXTERN message fs_m_in
; /* contains the input message of the request */
15 EXTERN message fs_m_out
; /* contains the output message of the
19 EXTERN uid_t caller_uid
;
20 EXTERN gid_t caller_gid
;
22 EXTERN
int req_nr
; /* request number to the server */
24 EXTERN
short path_processed
; /* number of characters processed */
25 EXTERN
char user_path
[PATH_MAX
+1]; /* pathname to be processed */
26 EXTERN
char *vfs_slink_storage
;
29 EXTERN
int unmountdone
;
31 EXTERN dev_t fs_dev
; /* the device that is handled by this FS proc */
32 EXTERN
char fs_dev_label
[16]; /* Name of the device driver that is handled */