OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTRFS_SEARCH_ARGS_BUFSIZE
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/
btrfs.h
260
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
264
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
/development/ndk/platforms/android-L/include/linux/
btrfs.h
254
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
257
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
/external/kernel-headers/original/uapi/linux/
btrfs.h
293
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
301
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
btrfs.h
260
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
264
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
btrfs.h
260
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
264
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
btrfs.h
260
#define
BTRFS_SEARCH_ARGS_BUFSIZE
(4096 - sizeof(struct btrfs_ioctl_search_key))
264
char buf[
BTRFS_SEARCH_ARGS_BUFSIZE
];
Completed in 36 milliseconds