Searched refs:real_out (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/overlayfs/ |
D | file.c | 554 struct fd real_in, real_out; in ovl_copyfile() local 558 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile() 564 fdput(real_out); in ovl_copyfile() 572 real_out.file, pos_out, len, flags); in ovl_copyfile() 577 real_out.file, pos_out, len, flags); in ovl_copyfile() 582 real_out.file, pos_out, len, in ovl_copyfile() 592 fdput(real_out); in ovl_copyfile()
|