Searched refs:real_out (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/overlayfs/ |
| D | file.c | 712 struct fd real_in, real_out; in ovl_copyfile() local 716 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile() 722 fdput(real_out); in ovl_copyfile() 730 real_out.file, pos_out, len, flags); in ovl_copyfile() 735 real_out.file, pos_out, len, flags); in ovl_copyfile() 740 real_out.file, pos_out, len, in ovl_copyfile() 750 fdput(real_out); in ovl_copyfile()
|