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
125
int
ext4_bg_has_super_block
(int bg)
function
179
if (
ext4_bg_has_super_block
(i)) {
220
if (
ext4_bg_has_super_block
(aux_info.groups - 1))
364
if (
ext4_bg_has_super_block
(i)) {
437
if (
ext4_bg_has_super_block
(i)) {
ext4_utils.h
138
int
ext4_bg_has_super_block
(int bg);
ext4fixup.c
304
if (
ext4_bg_has_super_block
(i)) {
allocate.c
272
bg->has_superblock =
ext4_bg_has_super_block
(i);
Completed in 2595 milliseconds