Searched refs:IMPORT_BTRFS_QUOTA (Results 1 – 3 of 3) sorted by relevance
12 …IMPORT_BTRFS_QUOTA = 1 << 3, /* tar: set up btrfs quota for new subvolume as child of parent su… enumerator17 …FLAGS_MASK_TAR = IMPORT_FORCE|IMPORT_READ_ONLY|IMPORT_BTRFS_SUBVOL|IMPORT_BTRFS_QUOTA|IMPORT_DIREC…
28 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()
237 if (r > 0 && (i->flags & IMPORT_BTRFS_QUOTA)) { /* actually btrfs subvol */ in tar_import_fork_tar()