Home
last modified time | relevance | path

Searched refs:f_bsize (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/fs/
A Dmodule_fs.c251 size = buf.f_bsize * buf.f_blocks; in native_fs_totalsize()
277 size = buf.f_bsize * buf.f_blocks - buf.f_bsize * buf.f_bavail; in native_fs_usedsize()
303 size = buf.f_bsize * buf.f_bavail; in native_fs_freesize()
/AliOS-Things-master/components/cli/src/iobox/
A Ddf.c38 total = ((unsigned long long)sfs.f_bsize * (unsigned long long)sfs.f_blocks) >> 10; in df_do_dir()
43 free = ((unsigned long long)sfs.f_bsize * (unsigned long long)sfs.f_bavail) >> 10; in df_do_dir()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/
A Dmodule_fs.c298 size = buf.f_bsize * buf.f_blocks; in native_fs_totalsize()
324 size = buf.f_bsize * buf.f_blocks - buf.f_bsize * buf.f_bavail; in native_fs_usedsize()
351 size = buf.f_bsize * buf.f_bavail; in native_fs_freesize()
/AliOS-Things-master/components/posix/src/
A Dfs.c26 buf->f_bsize = statfs_temp.f_bsize; in statfs()
/AliOS-Things-master/components/posix/include/sys/
A Dstatfs.h14 long f_bsize; /* optimized transport block size */ member
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c71 buf->f_bsize = info.f_bsize; in aos_statfs()
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h36 int32_t f_bsize; /* optimized transport block size */ member
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h38 long f_bsize; /**< optimized transport block size */ member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h38 long f_bsize; /**< optimized transport block size */ member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h38 long f_bsize; /**< optimized transport block size */ member
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c352 stfs->f_bsize = f->ssize; in fatfs_vfs_statfs()
354 stfs->f_bsize = 512; in fatfs_vfs_statfs()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c309 buf->f_bsize = 0xFFFFFFFF; in ramfs_vfs_statfs()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_posix.c344 t->items[0] = MP_OBJ_NEW_SMALL_INT(sb.f_bsize); in vfs_posix_statvfs()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmoduos.c259 t->items[1] = MP_OBJ_NEW_SMALL_INT(sb.f_bsize); in mod_os_statvfs()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmoduos.c254 t->items[1] = MP_OBJ_NEW_SMALL_INT(sb.f_bsize); in mod_os_statvfs()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmoduos.c254 t->items[1] = MP_OBJ_NEW_SMALL_INT(sb.f_bsize); in mod_os_statvfs()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c1059 sfs->f_bsize = g_lfs_manager[idx]->config->block_size; in lfs_vfs_statfs()

Completed in 23 milliseconds