Lines Matching defs:file
5 #include <linux/file.h>
27 * We need to make sure whether the file system support decoding of
28 * the file handle if decodeable file handle was requested.
51 /* we ask for a non connectable maybe decodeable file handle */
63 * But file system returned 255 always. So handle
88 * @handle: resulting file handle
89 * @mnt_id: mount id of the file system containing the file
91 * and whether a decodable file handle is required.
94 * variable part of the file handle in bytes. If there is not
133 if (!f.file)
135 mnt = mntget(f.file->f_path.mnt);
227 struct file *file;
239 file = file_open_root(&path, "", open_flag, 0);
240 if (IS_ERR(file)) {
242 retval = PTR_ERR(file);
245 fd_install(fd, file);
252 * sys_open_by_handle_at: Open the file handle
253 * @mountdirfd: directory file descriptor
254 * @handle: file handle to be opened
257 * @mountdirfd indicate the directory file descriptor
258 * of the mount point. file handle is decoded relative