Lines Matching refs:file
55 struct file *, unsigned, umode_t);
68 extern int cifs_revalidate_file_attr(struct file *filp);
70 extern int cifs_revalidate_file(struct file *filp);
94 extern int cifs_open(struct inode *inode, struct file *file);
95 extern int cifs_close(struct inode *inode, struct file *file);
96 extern int cifs_closedir(struct inode *inode, struct file *file);
103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
104 extern int cifs_lock(struct file *, int, struct file_lock *);
105 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
106 extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int);
107 extern int cifs_flush(struct file *, fl_owner_t id);
108 extern int cifs_file_mmap(struct file *file, struct vm_area_struct *vma);
109 extern int cifs_file_strict_mmap(struct file *file, struct vm_area_struct *vma);
111 extern int cifs_dir_open(struct inode *inode, struct file *file);
112 extern int cifs_readdir(struct file *file, struct dir_context *ctx);
138 struct file *src_file, loff_t off,
139 struct file *dst_file, loff_t destoff,
142 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);