OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRFS_BALANCE_ARGS_VRANGE
(Results
1 - 3
of
3
) sorted by null
/external/strace/xlat/
btrfs_balance_args.h
14
#if !(defined(
BTRFS_BALANCE_ARGS_VRANGE
) || (defined(HAVE_DECL_BTRFS_BALANCE_ARGS_VRANGE) && HAVE_DECL_BTRFS_BALANCE_ARGS_VRANGE))
15
# define
BTRFS_BALANCE_ARGS_VRANGE
(1ULL << 4)
50
XLAT_TYPE(uint64_t,
BTRFS_BALANCE_ARGS_VRANGE
),
/bionic/libc/kernel/uapi/linux/
btrfs.h
225
#define
BTRFS_BALANCE_ARGS_VRANGE
(1ULL << 4)
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
373
#define
BTRFS_BALANCE_ARGS_VRANGE
(1ULL << 4)
384
BTRFS_BALANCE_ARGS_VRANGE
| \
Completed in 227 milliseconds