Searched refs:reflink (Results 1 – 13 of 13) sorted by relevance
30 returns_ 1 cp --reflink "$a_other" b || fail=133 cp --reflink=auto "$a_other" b || fail=138 cp --reflink=auto --sparse=always "$a_other" b || fail=142 cp --reflink=auto --reflink=never "$a_other" b || fail=1
31 cp --reflink=auto --preserve file copy || fail=140 cp --reflink=auto --preserve --attributes-only file2 empty_copy || fail=142 cp --reflink=always --preserve --attributes-only file2 empty_copy || fail=1
32 cp --reflink=never "$@"41 returns_ 1 cp --sparse=always --reflink sparse copy || fail=142 returns_ 1 cp --sparse=never --reflink sparse copy || fail=1
35 cp --reflink=never --sparse=$i k k2 || fail=147 cp --debug --reflink=never --sparse=always k k2 >cp.out || fail=1
59 timeout 3 cp --reflink=never --sparse=always empty.big cp.test || fail=176 cp --reflink=never --sparse=$sparse_arg unwritten.withdata cp.test || fail=1
34 timeout 10 cp --reflink=never f f2 || fail=1
28 valgrind --quiet --error-exitcode=3 cp --reflink=never j j2 || fail=1
80 cp --reflink=never --sparse=always j1 j2 || fail=1
152 enum copy_debug_val reflink; member189 copy_debug_string (copy_debug.reflink), in emit_debug()1202 copy_debug.reflink = COPY_DEBUG_UNSUPPORTED; in handle_clone_fail()1247 copy_debug.reflink = x->reflink_mode ? COPY_DEBUG_UNKNOWN : COPY_DEBUG_NO; in copy_reg()1391 copy_debug.reflink = COPY_DEBUG_YES; in copy_reg()1435 copy_debug.reflink = COPY_DEBUG_AVOIDED; in copy_reg()1440 copy_debug.reflink = COPY_DEBUG_AVOIDED; in copy_reg()1513 copy_debug.reflink = COPY_DEBUG_YES; in copy_reg()
523 tests/cp/reflink-auto.sh \524 tests/cp/reflink-perm.sh \
555 if ! cp --debug --reflink=never file.sparse_ file.sparse_.cp \
160 cp --reflink=auto (the default), mv, and install229 when creating copy-on-write or cloned reflink files, on supporting288 'cp --reflink=always A B' no longer leaves behind a newly created583 I.e., cp now uses --reflink=auto mode by default.922 cp --reflink now supports --reflink=never to enforce a standard copy.1574 mv will try a reflink before falling back to a standard copy, which is2721 cp --attributes-only now completely overrides --reflink.2722 Previously a reflink was needlessly attempted.3179 cp --reflink --preserve now preserves attributes when cloning a file.3225 cp --reflink accepts a new "auto" parameter which falls back to[all …]
9199 @item --reflink[=@var{when}]9200 @opindex --reflink[=@var{when}]9216 Plain @option{--reflink} is equivalent to @option{--reflink=always}.9221 This is the default if no @option{--reflink} option is given.9277 @option{--reflink=auto} here.)