Searched defs:fullpath (Results 1 – 15 of 15) sorted by relevance
147 char *fullpath = RT_NULL; in dfs_remount() local228 char *fullpath = RT_NULL; in dfs_mount() local449 char *fullpath = RT_NULL; in dfs_umount() local631 char *fullpath; in dfs_statfs() local
70 static int _get_parent_path(const char *fullpath, char *path) in _get_parent_path()395 char *dfs_file_realpath(struct dfs_mnt **mnt, const char *fullpath, int mode) in dfs_file_realpath()568 char *fullpath = RT_NULL; in dfs_file_open() local1252 char *fullpath = RT_NULL; in dfs_file_stat() local1321 char *fullpath = RT_NULL; in dfs_file_lstat() local1430 char *fullpath = RT_NULL; in dfs_file_setattr() local1685 char *fullpath = RT_NULL; in dfs_file_unlink() local1892 char *fullpath = RT_NULL, *parent = RT_NULL; in dfs_file_symlink() local2037 char *fullpath = RT_NULL; in dfs_file_readlink() local2361 char *fullpath = RT_NULL; in dfs_file_isdir() local[all …]
258 struct dfs_mnt *dfs_mnt_lookup(const char *fullpath) in dfs_mnt_lookup()593 const char* fullpath = (const char*)parameter; in _mnt_cmp_path() local620 rt_bool_t dfs_mnt_has_child_mnt(struct dfs_mnt *mnt, const char* fullpath) in dfs_mnt_has_child_mnt()
108 struct dfs_dentry *dfs_dentry_create(struct dfs_mnt *mnt, char *fullpath) in dfs_dentry_create()450 char *fullpath = dfs_dentry_full_path(dentry); in dfs_dentry_full_path_crc32() local
113 char *fullpath; in openat() local159 char *fullpath; in utimensat() local1185 char *fullpath; in chdir() local
949 char *fullpath; in dfs_normalize_path() local1174 char* fullpath = dfs_dentry_full_path(file->dentry); in dfs_fd_dump() local
35 char *fullpath; in dlopen() local
157 char *fullpath = NULL; in dfs_file_is_open() local188 char *fullpath; in dfs_file_open() local487 char *fullpath; in dfs_file_unlink() local610 char *fullpath; in dfs_file_stat() local791 char *fullpath, *path; in ls() local
223 char *fullpath = NULL; in dfs_mount() local369 char *fullpath; in dfs_unmount() local
493 char *fullpath; in fd_is_open() local752 char *fullpath; in dfs_normalize_path() local
97 char *fullpath; in openat() local924 char *fullpath; in chdir() local
33 char *fullpath; /* the fullpath of this mounted file system */ member
71 char *fullpath, *pathname; /* Full path and relative path strings */ member
45 char *fullpath; /* Full path is hash key */ member
462 static void dfs_devfs_mkdir(const char *fullpath, mode_t mode) in dfs_devfs_mkdir()
Completed in 50 milliseconds