Lines Matching defs:file
13 static int hpfs_dir_release(struct inode *inode, struct file *filp)
24 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence)
65 static int hpfs_readdir(struct file *file, struct dir_context *ctx)
67 struct inode *inode = file_inode(file);
139 if (!dir_emit_dot(file, ctx))
149 ret = hpfs_add_pos(inode, &file->f_pos);
192 * the inode of a directory or a file -- file ino's are odd, directory
193 * ino's are even. read_inode avoids i/o for file inodes; everything
194 * needed is up here in the directory. (And file fnodes are out in
197 * - M.P.: this is over, sometimes we've got to read file's fnode for eas
229 * This is not really a bailout, just means file not found.