Home
last modified time | relevance | path

Searched refs:STAT_NLINK_REG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp54 static const uint32_t STAT_NLINK_REG = 1; variable
97 childInode->stat.st_nlink = STAT_NLINK_REG; in InitInodeAttr()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp80 static const unsigned int STAT_NLINK_REG = 1; variable
415 stbuf->st_nlink = STAT_NLINK_REG; in GetMetaAttr()