Searched refs:real_out (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/overlayfs/ ! |
D | file.c | 577 struct fd real_in, real_out; in ovl_copyfile() local 590 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile() 596 fdput(real_out); in ovl_copyfile() 604 real_out.file, pos_out, len, flags); in ovl_copyfile() 609 real_out.file, pos_out, len, flags); in ovl_copyfile() 614 real_out.file, pos_out, len, in ovl_copyfile() 624 fdput(real_out); in ovl_copyfile()
|