Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp593 static void fuse_inval(fuse_session *se, fuse_ino_t parentIno, fuse_ino_t childIno, const string &c… in fuse_inval() argument
595 auto task = [se, parentIno, childIno, childName] { in fuse_inval()
596 if (fuse_lowlevel_notify_inval_entry(se, parentIno, childName.c_str(), childName.size())) { in fuse_inval()