Home
last modified time | relevance | path

Searched refs:stbuf (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp401 static void GetMetaAttr(struct FuseData *data, shared_ptr<CloudInode> ino, struct stat *stbuf) in GetMetaAttr() argument
403 stbuf->st_ino = reinterpret_cast<fuse_ino_t>(ino.get()); in GetMetaAttr()
404 stbuf->st_uid = OID_USER_DATA_RW; in GetMetaAttr()
405 stbuf->st_gid = OID_USER_DATA_RW; in GetMetaAttr()
406 stbuf->st_mtime = static_cast<int64_t>(ino->mBase->mtime); in GetMetaAttr()
408 stbuf->st_mode = S_IFDIR | STAT_MODE_DIR; in GetMetaAttr()
409 stbuf->st_nlink = STAT_NLINK_DIR; in GetMetaAttr()
412 stbuf->st_mode = S_IFREG | STAT_MODE_REG; in GetMetaAttr()
413 stbuf->st_nlink = STAT_NLINK_REG; in GetMetaAttr()
414 stbuf in GetMetaAttr()
[all...]

Completed in 3 milliseconds