Lines Matching defs:file
26 #include "file.h"
48 static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
53 struct inode *inode = file_inode(file);
72 * then re-extended the file. We'll re-check the page mapping after
164 int ocfs2_mmap(struct file *file, struct vm_area_struct *vma)
168 ret = ocfs2_inode_lock_atime(file_inode(file),
169 file->f_path.mnt, &lock_level, 1);
174 ocfs2_inode_unlock(file_inode(file), lock_level);