Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dfile.c565 struct fd real_in, real_out; in ovl_copyfile() local
569 ret = ovl_real_fdget(file_out, &real_out); in ovl_copyfile()
575 fdput(real_out); in ovl_copyfile()
583 real_out.file, pos_out, len, flags); in ovl_copyfile()
588 real_out.file, pos_out, len); in ovl_copyfile()
593 real_out.file, pos_out, len); in ovl_copyfile()
602 fdput(real_out); in ovl_copyfile()