Lines Matching refs:dfs_dentry
62 static struct dfs_dentry *_dentry_create(struct dfs_mnt *mnt, char *path, rt_bool_t is_rela_path) in _dentry_create()
64 struct dfs_dentry *dentry = RT_NULL; in _dentry_create()
71 dentry = (struct dfs_dentry *)rt_calloc(1, sizeof(struct dfs_dentry)); in _dentry_create()
108 struct dfs_dentry *dfs_dentry_create(struct dfs_mnt *mnt, char *fullpath) in dfs_dentry_create()
124 struct dfs_dentry *dfs_dentry_create_rela(struct dfs_mnt *mnt, char *rela_path) in dfs_dentry_create_rela()
138 struct dfs_dentry * dfs_dentry_ref(struct dfs_dentry *dentry) in dfs_dentry_ref()
164 struct dfs_dentry *dfs_dentry_unref(struct dfs_dentry *dentry) in dfs_dentry_unref()
229 static struct dfs_dentry *_dentry_hash_lookup(struct dfs_mnt *mnt, const char *path) in _dentry_hash_lookup()
232 struct dfs_dentry *entry = RT_NULL; in _dentry_hash_lookup()
258 void dfs_dentry_insert(struct dfs_dentry *dentry) in dfs_dentry_insert()
281 struct dfs_dentry *dfs_dentry_lookup(struct dfs_mnt *mnt, const char *path, uint32_t flags) in dfs_dentry_lookup()
283 struct dfs_dentry *dentry; in dfs_dentry_lookup()
365 char* dfs_dentry_full_path(struct dfs_dentry* dentry) in dfs_dentry_full_path()
404 char* dfs_dentry_pathname(struct dfs_dentry* dentry) in dfs_dentry_pathname()
447 uint32_t dfs_dentry_full_path_crc32(struct dfs_dentry* dentry) in dfs_dentry_full_path_crc32()
501 struct dfs_dentry *entry = RT_NULL; in dfs_dentry_dump()