Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 12 of 12) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_self.c48 .readlink = proc_self_readlink,
A Dproc.h27 int (*readlink)(struct proc_dentry *dentry, char *buf, int len); member
A Dprocfs.c261 if (entry->ops && entry->ops->readlink) in dfs_procfs_readlink()
263 ret = entry->ops->readlink(entry, buf, len); in dfs_procfs_readlink()
403 .readlink = dfs_procfs_readlink,
A Dproc_pid.c347 .readlink = proc_pid_exe_readlink,
361 .readlink = proc_pid_cwd_readlink,
/components/lwp/terminal/
A Dtty_ctty.c94 ctty->readlink = &ctty_readlink; in lwp_ctty_register()
A Dtty_cons.c122 _cons_rtdev.readlink = &_cons_readlink; in _cons_init()
A Dtty_ptmx.c337 sysptmx_rtdev->readlink = &sysptmx_readlink; in _sys_ptmx_init()
/components/dfs/dfs_v2/include/
A Ddfs_fs.h93 int (*readlink)(struct dfs_dentry *dentry, char *buf, int len); member
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c407 ret = device->readlink(device, buf, len); in devtmpfs_readlink()
633 .readlink = devtmpfs_readlink,
/components/dfs/dfs_v2/src/
A Ddfs_file.c131 if (mnt->fs_ops->readlink) in _try_readlink()
135 ret = mnt->fs_ops->readlink(dentry, link, DFS_PATH_MAX); in _try_readlink()
2059 if (mnt->fs_ops->readlink) in dfs_file_readlink()
2063 ret = mnt->fs_ops->readlink(dentry, buf, bufsize); in dfs_file_readlink()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c632 .readlink = RT_NULL,
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1364 .readlink = dfs_cromfs_readlink,

Completed in 19 milliseconds