HomeSort by relevance Sort by last modified time
    Searched refs:fs_config_func (Results 1 - 3 of 3) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.h 41 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
make_ext4fs_main.c 56 fs_config_func_t fs_config_func = NULL; local
97 fs_config_func = fs_config;
178 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
make_ext4fs.c 102 u32 dir_inode, fs_config_func_t fs_config_func,
146 if (fs_config_func != NULL) {
152 fs_config_func(dentries[i].path, dir, &uid, &gid, &mode);
205 dentries[i].path, inode, fs_config_func, sehnd);
326 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
422 fs_config_func, sehnd);

Completed in 23 milliseconds