Home
last modified time | relevance | path

Searched refs:IMPORT_BTRFS_QUOTA (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/import/
Dimport-common.h12IMPORT_BTRFS_QUOTA = 1 << 3, /* tar: set up btrfs quota for new subvolume as child of parent su… enumerator
17 …FLAGS_MASK_TAR = IMPORT_FORCE|IMPORT_READ_ONLY|IMPORT_BTRFS_SUBVOL|IMPORT_BTRFS_QUOTA|IMPORT_DIREC…
Dimport.c28 static ImportFlags arg_import_flags = IMPORT_BTRFS_SUBVOL | IMPORT_BTRFS_QUOTA | IMPORT_CONVERT_QCO…
373 SET_FLAG(arg_import_flags, IMPORT_BTRFS_QUOTA, r); in parse_argv()
462 SET_FLAG(arg_import_flags, IMPORT_BTRFS_QUOTA, r); in parse_env()
Dimport-tar.c237 if (r > 0 && (i->flags & IMPORT_BTRFS_QUOTA)) { /* actually btrfs subvol */ in tar_import_fork_tar()