The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/smbfs/proto.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  *  Autogenerated with cproto on:  Tue Oct 2 20:40:54 CEST 2001
    3  */
    4 
    5 /* proc.c */
    6 extern int smb_setcodepage(struct smb_sb_info *server, struct smb_nls_codepage *cp);
    7 extern __u32 smb_len(__u8 *p);
    8 extern int smb_get_rsize(struct smb_sb_info *server);
    9 extern int smb_get_wsize(struct smb_sb_info *server);
   10 extern int smb_errno(struct smb_sb_info *server);
   11 extern int smb_newconn(struct smb_sb_info *server, struct smb_conn_opt *opt);
   12 extern int smb_wakeup(struct smb_sb_info *server);
   13 extern __u8 *smb_setup_header(struct smb_sb_info *server, __u8 command, __u16 wct, __u16 bcc);
   14 extern int smb_open(struct dentry *dentry, int wish);
   15 extern int smb_close(struct inode *ino);
   16 extern int smb_close_fileid(struct dentry *dentry, __u16 fileid);
   17 extern int smb_proc_read(struct inode *inode, off_t offset, int count, char *data);
   18 extern int smb_proc_write(struct inode *inode, off_t offset, int count, const char *data);
   19 extern int smb_proc_create(struct dentry *dentry, __u16 attr, time_t ctime, __u16 *fileid);
   20 extern int smb_proc_mv(struct dentry *old_dentry, struct dentry *new_dentry);
   21 extern int smb_proc_mkdir(struct dentry *dentry);
   22 extern int smb_proc_rmdir(struct dentry *dentry);
   23 extern int smb_proc_unlink(struct dentry *dentry);
   24 extern int smb_proc_flush(struct smb_sb_info *server, __u16 fileid);
   25 extern int smb_proc_trunc(struct smb_sb_info *server, __u16 fid, __u32 length);
   26 extern void smb_init_root_dirent(struct smb_sb_info *server, struct smb_fattr *fattr);
   27 extern int smb_proc_readdir(struct file *filp, void *dirent, filldir_t filldir, struct smb_cache_control *ctl);
   28 extern int smb_proc_getattr(struct dentry *dir, struct smb_fattr *fattr);
   29 extern int smb_proc_setattr(struct dentry *dir, struct smb_fattr *fattr);
   30 extern int smb_proc_settime(struct dentry *dentry, struct smb_fattr *fattr);
   31 extern int smb_proc_dskattr(struct super_block *sb, struct statfs *attr);
   32 /* dir.c */
   33 extern struct file_operations smb_dir_operations;
   34 extern struct inode_operations smb_dir_inode_operations;
   35 extern void smb_new_dentry(struct dentry *dentry);
   36 extern void smb_renew_times(struct dentry *dentry);
   37 /* cache.c */
   38 extern void smb_invalid_dir_cache(struct inode *dir);
   39 extern void smb_invalidate_dircache_entries(struct dentry *parent);
   40 extern struct dentry *smb_dget_fpos(struct dentry *dentry, struct dentry *parent, unsigned long fpos);
   41 extern int smb_fill_cache(struct file *filp, void *dirent, filldir_t filldir, struct smb_cache_control *ctrl, struct qstr *qname, struct smb_fattr *entry);
   42 /* sock.c */
   43 extern int smb_valid_socket(struct inode *inode);
   44 extern int smb_catch_keepalive(struct smb_sb_info *server);
   45 extern int smb_dont_catch_keepalive(struct smb_sb_info *server);
   46 extern void smb_close_socket(struct smb_sb_info *server);
   47 extern int smb_round_length(int len);
   48 extern int smb_request(struct smb_sb_info *server);
   49 extern int smb_trans2_request(struct smb_sb_info *server, __u16 trans2_command, int ldata, unsigned char *data, int lparam, unsigned char *param, int *lrdata, unsigned char **rdata, int *lrparam, unsigned char **rparam);
   50 /* inode.c */
   51 extern struct inode *smb_iget(struct super_block *sb, struct smb_fattr *fattr);
   52 extern void smb_get_inode_attr(struct inode *inode, struct smb_fattr *fattr);
   53 extern void smb_set_inode_attr(struct inode *inode, struct smb_fattr *fattr);
   54 extern void smb_invalidate_inodes(struct smb_sb_info *server);
   55 extern int smb_revalidate_inode(struct dentry *dentry);
   56 extern struct super_block *smb_read_super(struct super_block *sb, void *raw_data, int silent);
   57 extern int smb_notify_change(struct dentry *dentry, struct iattr *attr);
   58 /* file.c */
   59 extern struct address_space_operations smb_file_aops;
   60 extern struct file_operations smb_file_operations;
   61 extern struct inode_operations smb_file_inode_operations;
   62 /* ioctl.c */
   63 extern int smb_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);

Cache object: f24d7b614d7340cb8f57d4e90a7dcb0f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.