Lines Matching defs:file
55 static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) in gfs2_llseek()
83 static int gfs2_readdir(struct file *file, void *dirent, filldir_t filldir) in gfs2_readdir()
429 static int gfs2_mmap(struct file *file, struct vm_area_struct *vma) in gfs2_mmap()
457 static int gfs2_open(struct inode *inode, struct file *file) in gfs2_open()
506 static int gfs2_close(struct inode *inode, struct file *file) in gfs2_close()
541 static int gfs2_fsync(struct file *file, struct dentry *dentry, int datasync) in gfs2_fsync()
572 static int gfs2_setlease(struct file *file, long arg, struct file_lock **fl) in gfs2_setlease()
587 struct file *file, struct file_lock *fl) in gfs2_lm_plock_get()
597 struct file *file, int cmd, struct file_lock *fl) in gfs2_lm_plock()
607 struct file *file, struct file_lock *fl) in gfs2_lm_punlock()
625 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) in gfs2_lock()
651 static int do_flock(struct file *file, int cmd, struct file_lock *fl) in do_flock()
697 static void do_unflock(struct file *file, struct file_lock *fl) in do_unflock()
718 static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) in gfs2_flock()