OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTRFS_BALANCE_ARGS_STRIPES_RANGE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
btrfs.h
229
#define
BTRFS_BALANCE_ARGS_STRIPES_RANGE
(1ULL << 7)
231
#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
322
*
BTRFS_BALANCE_ARGS_STRIPES_RANGE
373
#define
BTRFS_BALANCE_ARGS_STRIPES_RANGE
(1ULL << 7)
384
BTRFS_BALANCE_ARGS_STRIPES_RANGE
| \
Completed in 46 milliseconds