Lines Matching defs:file
18 * We pack the tails of files on file close, not at the time they are written.
24 * file_release is called by the VFS layer when the file is closed. If
25 * this is the last open file descriptor, and the file
32 static int reiserfs_file_release(struct inode *inode, struct file *filp)
76 * remove the file from the preallocation list, which
104 * if regular file is released by last holder and it has been
117 static int reiserfs_file_open(struct inode *inode, struct file *file)
119 int err = dquot_file_open(inode, file);
137 /* Sync a reiserfs file. */
144 static int reiserfs_sync_file(struct file *filp, loff_t start, loff_t end,
214 * of file and any buffer marked BH_New.