Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 25 of 29) sorted by relevance

12

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c38 struct proc_dentry *dentry = RT_NULL, *tmp; in _proc_find() local
203 struct proc_dentry *dentry = RT_NULL; in proc_create() local
255 void proc_release(struct proc_dentry *dentry) in proc_release()
304 struct proc_dentry *dentry, *_parent = parent; in proc_mkdir_data() local
351 struct proc_dentry *dentry = RT_NULL; in proc_create_reg() local
498 void proc_remove(struct proc_dentry *dentry) in proc_remove()
521 struct proc_dentry *dentry = RT_NULL; in dfs_proc_find() local
538 struct proc_dentry *dentry = parent; in proc_remove_dentry() local
586 static void proc_dump(struct proc_dentry *dentry) in proc_dump()
609 struct proc_dentry *dentry = RT_NULL; in msh_proc_dump() local
[all …]
A Dproc_pid.c54 struct proc_dentry *dentry = (struct proc_dentry *)seq->file->vnode->data; in stat_single_show() local
178 struct proc_dentry *dentry = (struct proc_dentry *)seq->file->vnode->data; in cmdline_single_show() local
207 struct proc_dentry *dentry = RT_NULL; in proc_pid_fd_lookup() local
336 int proc_pid_exe_readlink(struct proc_dentry *dentry, char *buf, int len) in proc_pid_exe_readlink()
350 int proc_pid_cwd_readlink(struct proc_dentry *dentry, char *buf, int len) in proc_pid_cwd_readlink()
376 struct proc_dentry *dentry; in proc_pid() local
A Dprocfs.c252 static int dfs_procfs_readlink(struct dfs_dentry *dentry, char *buf, int len) in dfs_procfs_readlink()
281 static int dfs_procfs_unlink(struct dfs_dentry *dentry) in dfs_procfs_unlink()
287 static int dfs_procfs_stat(struct dfs_dentry *dentry, struct stat *st) in dfs_procfs_stat()
332 static struct dfs_vnode *dfs_procfs_lookup(struct dfs_dentry *dentry) in dfs_procfs_lookup()
372 static struct dfs_vnode *dfs_procfs_create_vnode(struct dfs_dentry *dentry, int type, mode_t mode) in dfs_procfs_create_vnode()
A Dproc_loadavg.c36 struct proc_dentry *dentry = proc_create_single_data("loadavg", 0, NULL, single_show, NULL); in proc_loadavg_init() local
A Dproc_uptime.c33 struct proc_dentry *dentry = proc_create_single_data("uptime", 0, NULL, single_show, NULL); in proc_uptime_init() local
A Dproc_version.c40 struct proc_dentry *dentry = proc_create_single_data("version", 0, NULL, single_show, NULL); in proc_version_init() local
A Dproc_cmdline.c48 struct proc_dentry *dentry = proc_create_single_data("cmdline", 0, NULL, single_show, NULL); in proc_cmdline_init() local
A Dproc_self.c26 int proc_self_readlink(struct proc_dentry *dentry, char *buf, int len) in proc_self_readlink()
A Dproc_meminfo.c61 struct proc_dentry *dentry = proc_create_single_data("meminfo", 0, NULL, single_show, NULL); in proc_meminfo_init() local
A Dproc_filesystems.c76 struct proc_dentry *dentry = proc_create_data("filesystems", 0, NULL, NULL, NULL); in proc_filesystems_init() local
A Dproc_tty.c70 struct proc_dentry *dentry; in proc_tty_init() local
A Dproc_mounts.c92 struct proc_dentry *dentry = proc_create_data("mounts", 0, NULL, NULL, NULL); in proc_mounts_init() local
A Dproc_net.c92 struct proc_dentry *dentry; in proc_net_init() local
A Dproc_cpuinfo.c81 struct proc_dentry *dentry = proc_create_data("cpuinfo", 0, NULL, &file_ops, NULL); in proc_cpuinfo_init() local
A Dproc_stat.c109 struct proc_dentry *dentry = proc_create_data("stat", 0, NULL, &file_ops, NULL); in proc_stat_init() local
A Dproc_partitions.c206 struct proc_dentry *dentry = proc_create_data("partitions", 0, NULL, NULL, NULL); in proc_partitions_init() local
/components/dfs/dfs_v2/src/
A Ddfs_dentry.c64 struct dfs_dentry *dentry = RT_NULL; in _dentry_create() local
138 struct dfs_dentry * dfs_dentry_ref(struct dfs_dentry *dentry) in dfs_dentry_ref()
164 struct dfs_dentry *dfs_dentry_unref(struct dfs_dentry *dentry) in dfs_dentry_unref()
258 void dfs_dentry_insert(struct dfs_dentry *dentry) in dfs_dentry_insert()
283 struct dfs_dentry *dentry; in dfs_dentry_lookup() local
365 char* dfs_dentry_full_path(struct dfs_dentry* dentry) in dfs_dentry_full_path()
404 char* dfs_dentry_pathname(struct dfs_dentry* dentry) in dfs_dentry_pathname()
447 uint32_t dfs_dentry_full_path_crc32(struct dfs_dentry* dentry) in dfs_dentry_full_path_crc32()
A Ddfs_file.c127 struct dfs_dentry *dentry = dfs_dentry_lookup(mnt, path, 0); in _try_readlink() local
569 struct dfs_dentry *dentry = RT_NULL; in dfs_file_open() local
1254 struct dfs_dentry *dentry = RT_NULL; in dfs_file_stat() local
1323 struct dfs_dentry *dentry = RT_NULL; in dfs_file_lstat() local
1432 struct dfs_dentry *dentry = RT_NULL; in dfs_file_setattr() local
1687 struct dfs_dentry *dentry = RT_NULL; in dfs_file_unlink() local
1894 struct dfs_dentry *dentry = RT_NULL; in dfs_file_symlink() local
2039 struct dfs_dentry *dentry = RT_NULL; in dfs_file_readlink() local
2363 struct dfs_dentry *dentry = RT_NULL; in dfs_file_isdir() local
/components/drivers/pci/
A Dprocfs.c69 struct proc_dentry *dentry = file->vnode->data; in pci_read() local
150 struct proc_dentry *dentry = file->vnode->data; in pci_write() local
222 struct proc_dentry *dentry = file->vnode->data; in pci_lseek() local
260 struct proc_dentry *dentry; in pci_procfs_attach() local
342 struct proc_dentry *dentry; in pci_procfs_init() local
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c66 int dfs_mqueue_stat(struct dfs_dentry *dentry, struct stat *st) { in dfs_mqueue_stat()
116 int dfs_mqueue_unlink(struct dfs_dentry *dentry) { in dfs_mqueue_unlink()
129 static struct dfs_vnode *dfs_mqueue_create_vnode(struct dfs_dentry *dentry, int type, mode_t mode) { in dfs_mqueue_create_vnode()
177 struct dfs_vnode *_dfs_mqueue_lookup(struct dfs_dentry *dentry) { in _dfs_mqueue_lookup()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c260 static int devtmpfs_stat(struct dfs_dentry *dentry, struct stat *st) in devtmpfs_stat()
386 static int devtmpfs_readlink(struct dfs_dentry *dentry, char *buf, int len) in devtmpfs_readlink()
430 static int devtmpfs_unlink(struct dfs_dentry *dentry) in devtmpfs_unlink()
459 static int devtmpfs_setattr(struct dfs_dentry *dentry, struct dfs_attr *attr) in devtmpfs_setattr()
481 static struct dfs_vnode *devtmpfs_create_vnode(struct dfs_dentry *dentry, int type, mode_t mode) in devtmpfs_create_vnode()
559 static struct dfs_vnode *devtmpfs_lookup(struct dfs_dentry *dentry) in devtmpfs_lookup()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c464 static int dfs_tmpfs_stat(struct dfs_dentry *dentry, struct stat *st) in dfs_tmpfs_stat()
554 static int dfs_tmpfs_unlink(struct dfs_dentry *dentry) in dfs_tmpfs_unlink()
640 static struct dfs_vnode *_dfs_tmpfs_lookup(struct dfs_dentry *dentry) in _dfs_tmpfs_lookup()
683 static struct dfs_vnode *dfs_tmpfs_create_vnode(struct dfs_dentry *dentry, int type, mode_t mode) in dfs_tmpfs_create_vnode()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c387 static int ptyfs_ops_setattr(struct dfs_dentry *dentry, struct dfs_attr *attr) in ptyfs_ops_setattr()
430 static int ptyfs_ops_stat(struct dfs_dentry *dentry, struct stat *st) in ptyfs_ops_stat()
458 static struct dfs_vnode *ptyfs_ops_lookup(struct dfs_dentry *dentry) in ptyfs_ops_lookup()
491 static struct dfs_vnode *ptyfs_ops_create_vnode(struct dfs_dentry *dentry, in ptyfs_ops_create_vnode()
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c170 static struct dfs_vnode *dfs_romfs_lookup (struct dfs_dentry *dentry) in dfs_romfs_lookup()
298 static int dfs_romfs_stat(struct dfs_dentry *dentry, struct stat *st) in dfs_romfs_stat()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c766 int dfs_elm_unlink(struct dfs_dentry *dentry) in dfs_elm_unlink()
831 int dfs_elm_stat(struct dfs_dentry *dentry, struct stat *st) in dfs_elm_stat()
938 static struct dfs_vnode *dfs_elm_lookup(struct dfs_dentry *dentry) in dfs_elm_lookup()
978 static struct dfs_vnode *dfs_elm_create_vnode(struct dfs_dentry *dentry, int type, mode_t mode) in dfs_elm_create_vnode()

Completed in 50 milliseconds

12