OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext4_bg_has_super_block
(Results
1 - 4
of
4
) sorted by null
/system/extras/ext4_utils/
ext4_utils.c
69
int
ext4_bg_has_super_block
(int bg)
function
111
if (
ext4_bg_has_super_block
(aux_info.groups - 1))
225
if (
ext4_bg_has_super_block
(i)) {
310
if (
ext4_bg_has_super_block
(i)) {
ext4_utils.h
168
int
ext4_bg_has_super_block
(int bg);
ext4fixup.c
410
if (
ext4_bg_has_super_block
(i)) {
allocate.c
287
bg->has_superblock =
ext4_bg_has_super_block
(i);
Completed in 34 milliseconds