OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRFS_BALANCE_ARGS_DRANGE
(Results
1 - 3
of
3
) sorted by null
/external/strace/xlat/
btrfs_balance_args.h
11
#if !(defined(
BTRFS_BALANCE_ARGS_DRANGE
) || (defined(HAVE_DECL_BTRFS_BALANCE_ARGS_DRANGE) && HAVE_DECL_BTRFS_BALANCE_ARGS_DRANGE))
12
# define
BTRFS_BALANCE_ARGS_DRANGE
(1ULL << 3)
49
XLAT_TYPE(uint64_t,
BTRFS_BALANCE_ARGS_DRANGE
),
/bionic/libc/kernel/uapi/linux/
btrfs.h
224
#define
BTRFS_BALANCE_ARGS_DRANGE
(1ULL << 3)
230
#define BTRFS_BALANCE_ARGS_MASK (BTRFS_BALANCE_ARGS_PROFILES | BTRFS_BALANCE_ARGS_USAGE | BTRFS_BALANCE_ARGS_DEVID |
BTRFS_BALANCE_ARGS_DRANGE
| BTRFS_BALANCE_ARGS_VRANGE | BTRFS_BALANCE_ARGS_LIMIT | BTRFS_BALANCE_ARGS_LIMIT_RANGE | BTRFS_BALANCE_ARGS_STRIPES_RANGE | BTRFS_BALANCE_ARGS_USAGE_RANGE)
/external/kernel-headers/original/uapi/linux/
btrfs.h
372
#define
BTRFS_BALANCE_ARGS_DRANGE
(1ULL << 3)
383
BTRFS_BALANCE_ARGS_DRANGE
| \
Completed in 749 milliseconds