Home
last modified time | relevance | path

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

/Linux-v4.19/fs/overlayfs/
Dfile.c442 struct fd real_in, real_out; in ovl_copyfile() local
446 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile()
452 fdput(real_out); in ovl_copyfile()
460 real_out.file, pos_out, len, flags); in ovl_copyfile()
465 real_out.file, pos_out, len); in ovl_copyfile()
470 real_out.file, pos_out, len); in ovl_copyfile()
479 fdput(real_out); in ovl_copyfile()