Searched refs:dfs_dentry_lookup (Results 1 – 4 of 4) sorted by relevance
| /components/dfs/dfs_v2/include/ |
| A D | dfs_dentry.h | 48 struct dfs_dentry *dfs_dentry_lookup(struct dfs_mnt *mnt, const char *path, uint32_t flags);
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 127 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 D | dfs_dentry.c | 281 struct dfs_dentry *dfs_dentry_lookup(struct dfs_mnt *mnt, const char *path, uint32_t flags) in dfs_dentry_lookup() function
|
| A D | dfs_fs.c | 340 …mntpoint_dentry = dfs_dentry_lookup(mnt_parent, fullpath, 0); /* Find mount point directory entry … in dfs_mount()
|
Completed in 10 milliseconds