Lines Matching defs:file
6 * Derived from: ROMFS file system, Linux implementation
85 S_IFREG | 0644, /* regular file */
102 static int romfs_readpage(struct file *file, struct page *page)
151 static int romfs_readdir(struct file *file, struct dir_context *ctx)
153 struct inode *i = file_inode(file);
226 /* search all the file entries in the list starting from the one
288 /* we might have to traverse a chain of "hard link" file entries to get
289 * to the actual file */