Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h197 bool data_copy_required; member
Dcopy.c186 if (! x->hard_link && ! x->symbolic_link && x->data_copy_required) in emit_debug()
763 bool all_errors = (!x->data_copy_required || x->require_preserve_xattr); in copy_attr()
1022 bool all_errors = !x->data_copy_required || x->require_preserve_context; in set_process_security_ctx()
1081 bool all_errors = (!x->data_copy_required in set_file_security_ctx()
1243 bool data_copy_required = x->data_copy_required; in copy_reg() local
1287 O_WRONLY | O_BINARY | (data_copy_required ? O_TRUNC : 0); in copy_reg()
1362 if (data_copy_required && x->reflink_mode in copy_reg()
1437 else if (data_copy_required && x->reflink_mode) in copy_reg()
1508 if (data_copy_required && x->reflink_mode) in copy_reg()
1512 data_copy_required = false; in copy_reg()
[all …]
Dmv.c142 x->data_copy_required = true; in cp_option_init()
Dcp.c849 x->data_copy_required = true; in cp_option_init()
1033 x.data_copy_required = false; in main()
Dinstall.c277 x->data_copy_required = true; in cp_option_init()