Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h126 enum Sparse_type sparse_mode; member
Dcopy.c547 enum Sparse_type sparse_mode, in lseek_copy() argument
592 if (sparse_mode != SPARSE_NEVER) in lseek_copy()
595 sparse_mode == SPARSE_ALWAYS, in lseek_copy()
624 sparse_mode != SPARSE_ALWAYS ? 0 : hole_size, in lseek_copy()
653 && ! (sparse_mode == SPARSE_NEVER in lseek_copy()
661 if (sparse_mode == SPARSE_ALWAYS && dest_pos < src_total_size in lseek_copy()
1561 && (x->sparse_mode == SPARSE_ALWAYS in copy_reg()
1562 || (x->sparse_mode == SPARSE_AUTO in copy_reg()
1600 make_holes ? x->sparse_mode : SPARSE_NEVER, in copy_reg()
1607 x->sparse_mode == SPARSE_ALWAYS, in copy_reg()
[all …]
Dcp.c852 x->sparse_mode = SPARSE_AUTO; in cp_option_init()
999 x.sparse_mode = XARGMATCH ("--sparse", optarg, in main()
1208 if (x.reflink_mode == REFLINK_AUTO && x.sparse_mode == SPARSE_NEVER) in main()
1227 if (x.reflink_mode == REFLINK_ALWAYS && x.sparse_mode != SPARSE_AUTO) in main()
Dmv.c148 x->sparse_mode = SPARSE_AUTO; /* FIXME: maybe make this an option */ in cp_option_init()
Dinstall.c281 x->sparse_mode = SPARSE_AUTO; in cp_option_init()