Lines Matching defs:file
112 * tomoyo_filetype - Get string representation of file type.
116 * Returns file type string.
261 struct file *file = r->ee->bprm->file;
263 realpath = tomoyo_realpath_from_path(&file->f_path);
465 * @file: Pointer to "struct file".
470 __poll_t tomoyo_poll_log(struct file *file, poll_table *wait)
474 poll_wait(file, &tomoyo_log_wait, wait);