Lines Matching defs:file
5 #include <linux/file.h>
27 * We need to make sure whether the file system
28 * support decoding of the file handle
60 * But file system returned 255 always. So handle
84 * @handle: resulting file handle
85 * @mnt_id: mount id of the file system containing the file
89 * variable part of the file handle in bytes. If there is not
126 if (!f.file)
128 mnt = mntget(f.file->f_path.mnt);
220 struct file *file;
232 file = file_open_root(&path, "", open_flag, 0);
233 if (IS_ERR(file)) {
235 retval = PTR_ERR(file);
238 fsnotify_open(file);
239 fd_install(fd, file);
246 * sys_open_by_handle_at: Open the file handle
247 * @mountdirfd: directory file descriptor
248 * @handle: file handle to be opened
251 * @mountdirfd indicate the directory file descriptor
252 * of the mount point. file handle is decoded relative