Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/src/
A Ddfs_dentry.c74 char *dentry_path = path; in _dentry_create() local
79 if (rt_strncmp(mnt->fullpath, dentry_path, mntpoint_len) == 0) in _dentry_create()
81 dentry_path += mntpoint_len; in _dentry_create()
85 dentry->pathname = strlen(dentry_path) ? rt_strdup(dentry_path) : rt_strdup(path); in _dentry_create()

Completed in 31 milliseconds