Searched refs:realfile (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/overlayfs/
H A Dreaddir.c59 struct file *realfile; member in struct:ovl_dir_file
301 struct file *realfile; local
304 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE);
305 if (IS_ERR(realfile))
306 return PTR_ERR(realfile);
313 err = iterate_dir(realfile, &rdd->ctx);
321 fput(realfile);
743 err = iterate_dir(od->realfile, &rdt.ctx);
775 err = iterate_dir(od->realfile, ctx);
825 res = vfs_llseek(od->realfile, offse
880 struct file *old, *realfile = od->realfile; local
912 struct file *realfile; local
949 struct file *realfile; local
[all...]
H A Dfile.c36 struct file *realfile; local
49 realfile = ERR_PTR(err);
54 realfile = backing_file_open(&file->f_path, flags, realpath,
61 realfile, IS_ERR(realfile) ? 0 : realfile->f_flags);
63 return realfile;
148 struct file *realfile; local
168 realfile = ovl_open_realfile(file, &realpath);
169 if (IS_ERR(realfile))
416 struct file *realfile = file->private_data; local
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl2615 my ($realfile) = @_;
2618 return $realfile =~ m@^tools/testing/selftests/bpf/progs/.*\.c$@ ||
2619 $realfile =~ m@^samples/bpf/.*_kern\.c$@ ||
2620 $realfile =~ m@/bpf/.*\.bpf\.c$@;
2667 my $realfile = '';
2853 $realfile = $1;
2854 $realfile =~ s@^([^/]*)/@@ if (!$file);
2858 $realfile = $1;
2859 $realfile =~ s@^([^/]*)/@@ if (!$file);
2869 if ($realfile
[all...]

Completed in 398 milliseconds