Home
last modified time | relevance | path

Searched refs:symlink (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs_fs.h96 …int (*symlink)(struct dfs_dentry *parent_dentry, const char *target, const char *newpath); /*soft … member
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs.x304 nfs_fh3 symlink; member
433 symlinkdata3 symlink; member
A Dnfs.h383 nfs_fh3 symlink; member
544 symlinkdata3 symlink; member
A Dnfs_xdr.c664 if (!xdr_nfs_fh3(xdrs, &objp->symlink)) in xdr_READLINK3args()
945 if (!xdr_symlinkdata3(xdrs, &objp->symlink)) in xdr_SYMLINK3args()
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c689 MSH_CMD_EXPORT_ALIAS(msh_proc_symlink, proc_symlink, proc symlink);
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c632 .symlink = devtmpfs_symlink,
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c631 .symlink = RT_NULL,
/components/dfs/dfs_v2/src/
A Ddfs_file.c1954 if (dentry->mnt->fs_ops->symlink) in dfs_file_symlink()
1975 ret = mnt->fs_ops->symlink(dentry, tmp, index + 1); in dfs_file_symlink()

Completed in 26 milliseconds