|
struct inode * | cifs_root_iget (struct super_block *) |
|
int | cifs_create (struct inode *, struct dentry *, umode_t, bool excl) |
|
int | cifs_atomic_open (struct inode *, struct dentry *, struct file *, unsigned, umode_t, int *) |
|
struct dentry * | cifs_lookup (struct inode *, struct dentry *, unsigned int) |
|
int | cifs_unlink (struct inode *dir, struct dentry *dentry) |
|
int | cifs_hardlink (struct dentry *, struct inode *, struct dentry *) |
|
int | cifs_mknod (struct inode *, struct dentry *, umode_t, dev_t) |
|
int | cifs_mkdir (struct inode *, struct dentry *, umode_t) |
|
int | cifs_rmdir (struct inode *, struct dentry *) |
|
int | cifs_rename (struct inode *, struct dentry *, struct inode *, struct dentry *) |
|
int | cifs_revalidate_file_attr (struct file *filp) |
|
int | cifs_revalidate_dentry_attr (struct dentry *) |
|
int | cifs_revalidate_file (struct file *filp) |
|
int | cifs_revalidate_dentry (struct dentry *) |
|
int | cifs_invalidate_mapping (struct inode *inode) |
|
int | cifs_getattr (struct vfsmount *, struct dentry *, struct kstat *) |
|
int | cifs_setattr (struct dentry *, struct iattr *) |
|
int | cifs_open (struct inode *inode, struct file *file) |
|
int | cifs_close (struct inode *inode, struct file *file) |
|
int | cifs_closedir (struct inode *inode, struct file *file) |
|
ssize_t | cifs_user_readv (struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) |
|
ssize_t | cifs_strict_readv (struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) |
|
ssize_t | cifs_user_writev (struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) |
|
ssize_t | cifs_strict_writev (struct kiocb *iocb, const struct iovec *iov, unsigned long nr_segs, loff_t pos) |
|
int | cifs_lock (struct file *, int, struct file_lock *) |
|
int | cifs_fsync (struct file *, loff_t, loff_t, int) |
|
int | cifs_strict_fsync (struct file *, loff_t, loff_t, int) |
|
int | cifs_flush (struct file *, fl_owner_t id) |
|
int | cifs_file_mmap (struct file *, struct vm_area_struct *) |
|
int | cifs_file_strict_mmap (struct file *, struct vm_area_struct *) |
|
int | cifs_dir_open (struct inode *inode, struct file *file) |
|
int | cifs_readdir (struct file *file, void *direntry, filldir_t filldir) |
|
void * | cifs_follow_link (struct dentry *direntry, struct nameidata *nd) |
|
void | cifs_put_link (struct dentry *direntry, struct nameidata *nd, void *) |
|
int | cifs_readlink (struct dentry *direntry, char __user *buffer, int buflen) |
|
int | cifs_symlink (struct inode *inode, struct dentry *direntry, const char *symname) |
|
int | cifs_removexattr (struct dentry *, const char *) |
|
int | cifs_setxattr (struct dentry *, const char *, const void *, size_t, int) |
|
ssize_t | cifs_getxattr (struct dentry *, const char *, void *, size_t) |
|
ssize_t | cifs_listxattr (struct dentry *, char *, size_t) |
|
long | cifs_ioctl (struct file *filep, unsigned int cmd, unsigned long arg) |
|