Searched refs:real_out (Results 1 – 1 of 1) sorted by relevance
/fs/overlayfs/ |
D | file.c | 560 struct fd real_in, real_out; in ovl_copyfile() local 564 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile() 570 fdput(real_out); in ovl_copyfile() 578 real_out.file, pos_out, len, flags); in ovl_copyfile() 583 real_out.file, pos_out, len, flags); in ovl_copyfile() 588 real_out.file, pos_out, len, in ovl_copyfile() 598 fdput(real_out); in ovl_copyfile()
|