Home
last modified time | relevance | path

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

/coreutils/tests/cp/
Dreflink-auto.sh30 returns_ 1 cp --reflink "$a_other" b || fail=1
33 cp --reflink=auto "$a_other" b || fail=1
38 cp --reflink=auto --sparse=always "$a_other" b || fail=1
42 cp --reflink=auto --reflink=never "$a_other" b || fail=1
Dreflink-perm.sh31 cp --reflink=auto --preserve file copy || fail=1
40 cp --reflink=auto --preserve --attributes-only file2 empty_copy || fail=1
42 cp --reflink=always --preserve --attributes-only file2 empty_copy || fail=1
Dsparse.sh32 cp --reflink=never "$@"
41 returns_ 1 cp --sparse=always --reflink sparse copy || fail=1
42 returns_ 1 cp --sparse=never --reflink sparse copy || fail=1
Dsparse-2.sh35 cp --reflink=never --sparse=$i k k2 || fail=1
47 cp --debug --reflink=never --sparse=always k k2 >cp.out || fail=1
Dsparse-extents.sh59 timeout 3 cp --reflink=never --sparse=always empty.big cp.test || fail=1
76 cp --reflink=never --sparse=$sparse_arg unwritten.withdata cp.test || fail=1
Dsparse-perf.sh34 timeout 10 cp --reflink=never f f2 || fail=1
Dcopy-FMR.sh28 valgrind --quiet --error-exitcode=3 cp --reflink=never j j2 || fail=1
Dsparse-extents-2.sh80 cp --reflink=never --sparse=always j1 j2 || fail=1
/coreutils/src/
Dcopy.c152 enum copy_debug_val reflink; member
189 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()
/coreutils/tests/
Dlocal.mk523 tests/cp/reflink-auto.sh \
524 tests/cp/reflink-perm.sh \
/coreutils/
Dinit.cfg555 if ! cp --debug --reflink=never file.sparse_ file.sparse_.cp \
DNEWS160 cp --reflink=auto (the default), mv, and install
229 when creating copy-on-write or cloned reflink files, on supporting
288 'cp --reflink=always A B' no longer leaves behind a newly created
583 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 is
2721 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 …]
/coreutils/doc/
Dcoreutils.texi9199 @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.)