Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/include/
A Ddfs_dentry.h48 struct dfs_dentry *dfs_dentry_lookup(struct dfs_mnt *mnt, const char *path, uint32_t flags);
/components/dfs/dfs_v2/src/
A Ddfs_file.c127 struct dfs_dentry *dentry = dfs_dentry_lookup(mnt, path, 0); in _try_readlink()
596 dentry = dfs_dentry_lookup(mnt, fullpath, oflags); in dfs_file_open()
612 target_dentry = dfs_dentry_lookup(mnt, path, oflags); in dfs_file_open()
1271 dentry = dfs_dentry_lookup(mnt, fullpath, 0); in dfs_file_stat()
1340 dentry = dfs_dentry_lookup(mnt, fullpath, 0); in dfs_file_lstat()
1449 dentry = dfs_dentry_lookup(mnt, fullpath, 0); in dfs_file_setattr()
1706 dentry = dfs_dentry_lookup(mnt, fullpath, 0); in dfs_file_unlink()
1840 old_dentry = dfs_dentry_lookup(mnt, old_fullpath, 0); in dfs_file_link()
2056 dentry = dfs_dentry_lookup(mnt, fullpath, 0); in dfs_file_readlink()
2154 old_dentry = dfs_dentry_lookup(mnt, old_fullpath, 0); in dfs_file_rename()
[all …]
A Ddfs_dentry.c281 struct dfs_dentry *dfs_dentry_lookup(struct dfs_mnt *mnt, const char *path, uint32_t flags) in dfs_dentry_lookup() function
A Ddfs_fs.c340 …mntpoint_dentry = dfs_dentry_lookup(mnt_parent, fullpath, 0); /* Find mount point directory entry … in dfs_mount()

Completed in 12 milliseconds