Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/overlayfs/
A Dreaddir.c57 struct file *realfile; member
301 if (IS_ERR(realfile)) in ovl_dir_read()
317 fput(realfile); in ovl_dir_read()
863 struct file *old, *realfile = od->realfile; in ovl_dir_real_file() local
873 if (!realfile) { in ovl_dir_real_file()
879 return realfile; in ovl_dir_real_file()
883 fput(realfile); in ovl_dir_real_file()
884 realfile = old; in ovl_dir_real_file()
889 return realfile; in ovl_dir_real_file()
921 fput(od->realfile); in ovl_dir_release()
[all …]
A Dfile.c46 struct file *realfile; in ovl_open_realfile() local
59 realfile = ERR_PTR(err); in ovl_open_realfile()
71 realfile, IS_ERR(realfile) ? 0 : realfile->f_flags); in ovl_open_realfile()
73 return realfile; in ovl_open_realfile()
149 struct file *realfile; in ovl_open() local
162 if (IS_ERR(realfile)) in ovl_open()
163 return PTR_ERR(realfile); in ovl_open()
165 file->private_data = realfile; in ovl_open()
494 struct file *realfile = file->private_data; in ovl_mmap() local
498 if (!realfile->f_op->mmap) in ovl_mmap()
[all …]
/linux-6.3-rc2/scripts/
A Dcheckpatch.pl2596 my ($realfile) = @_;
2648 my $realfile = '';
2834 $realfile = $1;
2839 $realfile = $1;
2929 if ($realfile !~ m@scripts/@ &&
3571 if ($realfile =~ /Kconfig/ &&
3659 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
3844 if ($realfile =~ /\.S$/ &&
5851 $realfile ne $checkfile &&
6770 $realfile !~ m@\btools/@ &&
[all …]

Completed in 14 milliseconds