Home
last modified time | relevance | path

Searched refs:fs_stat (Results 1 – 7 of 7) sorted by relevance

/lib/fs/include/lib/
A Dfs.h32 struct fs_stat { struct
69 status_t fs_stat_fs(const char *mountpoint, struct fs_stat *stat) __NONNULL((1)) __NONNULL((2));
88 status_t (*fs_stat)(fscookie *, struct fs_stat *); member
/lib/fs/9p/
A Dv9fs.c160 .fs_stat = NULL,
/lib/fs/
A Dfs.c461 status_t fs_stat_fs(const char *mountpoint, struct fs_stat *stat) { in fs_stat_fs()
474 if (!mount->api->fs_stat) { in fs_stat_fs()
479 status_t result = mount->api->fs_stat(mount->cookie, stat); in fs_stat_fs()
A Ddebug.c167 struct fs_stat stat; in cmd_fs()
/lib/fs/spifs/test/
A Dspifstest.c231 struct fs_stat stat; in test_full_toc()
275 struct fs_stat stat; in test_rm_reclaim()
343 struct fs_stat stat; in test_full_fs()
/lib/fs/fat/
A Dfs.cpp254 .fs_stat = nullptr,
/lib/fs/spifs/
A Dspifs.c1119 static status_t spifs_fs_stat(fscookie *cookie, struct fs_stat *stat) { in spifs_fs_stat()
1199 .fs_stat = spifs_fs_stat,

Completed in 18 milliseconds