Searched refs:dentry_path (Results 1 – 1 of 1) sorted by relevance
74 char *dentry_path = path; in _dentry_create() local79 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