Searched refs:newfa (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/overlayfs/
H A Dcopy_up.c176 struct fileattr newfa = { .flags_valid = true }; local
207 err = ovl_real_fileattr_get(new, &newfa);
223 newfa.flags &= ~OVL_COPY_FS_FLAGS_MASK;
224 newfa.flags |= (oldfa.flags & OVL_COPY_FS_FLAGS_MASK);
227 newfa.fsx_xflags &= ~OVL_COPY_FSX_FLAGS_MASK;
228 newfa.fsx_xflags |= (oldfa.fsx_xflags & OVL_COPY_FSX_FLAGS_MASK);
230 return ovl_real_fileattr_set(new, &newfa);

Completed in 135 milliseconds