Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dfs.c28 buf->f_bfree = statfs_temp.f_bfree; in statfs()
/AliOS-Things-master/components/posix/include/sys/
A Dstatfs.h16 long f_bfree; /* available blocks */ member
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h38 int32_t f_bfree; /* available blocks */ member
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h40 long f_bfree; /**< available blocks */ member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h40 long f_bfree; /**< available blocks */ member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h40 long f_bfree; /**< available blocks */ member
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c311 buf->f_bfree = 0xFFFFFFFF; in ramfs_vfs_statfs()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_posix.c347 t->items[3] = MP_OBJ_NEW_SMALL_INT(sb.f_bfree); in vfs_posix_statvfs()
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c349 stfs->f_bfree = fre_sect; in fatfs_vfs_statfs()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c1061 sfs->f_bfree = g_lfs_manager[idx]->config->block_count - block_used; in lfs_vfs_statfs()
1062 sfs->f_bavail = sfs->f_bfree; in lfs_vfs_statfs()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmoduos.c261 t->items[3] = MP_OBJ_NEW_SMALL_INT(sb.f_bfree); in mod_os_statvfs()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmoduos.c256 t->items[3] = MP_OBJ_NEW_SMALL_INT(sb.f_bfree); in mod_os_statvfs()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmoduos.c256 t->items[3] = MP_OBJ_NEW_SMALL_INT(sb.f_bfree); in mod_os_statvfs()

Completed in 45 milliseconds