Home
last modified time | relevance | path

Searched refs:cfstat (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Dfdcache_entity.cpp158 CacheFileStat cfstat(path.c_str()); in Clear() local
159 if(!pagelist.Serialize(cfstat, true, inode)){ in Clear()
230 CacheFileStat cfstat(path.c_str()); in Close() local
231 if(!pagelist.Serialize(cfstat, true, inode)){ in Close()
469 CacheFileStat cfstat(path.c_str()); in Open() local
474 pagelist.Serialize(cfstat, false, inode) ) in Open()
602 CacheFileStat cfstat(path.c_str()); in Open() local
603 if(!pagelist.Serialize(cfstat, true, inode)){ in Open()
H A Dfdcache.cpp921 CacheFileStat cfstat(object_file_path.c_str()); in RawCheckAllCache() local
922 if(!cfstat.ReadOnlyOpen() || !pagelist.Serialize(cfstat, false, cache_file_inode)){ in RawCheckAllCache()
930 cfstat.Release(); in RawCheckAllCache()
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Dyappi.py828 cfstat = YChildFuncStat(
838 _childs.append(cfstat)