Lines Matching refs:file
68 struct file *, unsigned, umode_t);
78 extern int cifs_revalidate_file_attr(struct file *filp);
80 extern int cifs_revalidate_file(struct file *filp);
102 extern int cifs_open(struct inode *inode, struct file *file);
103 extern int cifs_close(struct inode *inode, struct file *file);
104 extern int cifs_closedir(struct inode *inode, struct file *file);
111 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
112 extern int cifs_lock(struct file *, int, struct file_lock *);
113 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
114 extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int);
115 extern int cifs_flush(struct file *, fl_owner_t id);
116 extern int cifs_file_mmap(struct file * , struct vm_area_struct *);
117 extern int cifs_file_strict_mmap(struct file * , struct vm_area_struct *);
119 extern int cifs_dir_open(struct inode *inode, struct file *file);
120 extern int cifs_readdir(struct file *file, struct dir_context *ctx);
150 struct file *src_file, loff_t off,
151 struct file *dst_file, loff_t destoff,
154 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);