Lines Matching defs:file
8 * This file is distributed under the terms of the GNU General Public
17 * 10/05/98 dgb Split directory operations into its own file
40 static int udf_readdir(struct file *file, struct dir_context *ctx)
42 struct inode *dir = file_inode(file);
65 if (!dir_emit_dot(file, ctx))
81 if (!inode_eq_iversion(dir, file->f_version)) {
145 /* Update file position only if we got past the current one */
199 if (!dir_emit_dotdot(file, ctx))
219 file->f_version = inode_query_iversion(dir);