Searched refs:target_path (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
H A Dxfs_symlink.c86 const char *target_path,
114 pathlen = strlen(target_path);
184 error = xfs_symlink_write_target(tp, ip, target_path, pathlen,
82 xfs_symlink( struct mnt_idmap *idmap, struct xfs_inode *dp, struct xfs_name *link_name, const char *target_path, umode_t mode, struct xfs_inode **ipp) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_symlink_remote.h23 const char *target_path, int pathlen, xfs_fsblock_t fs_blocks,
H A Dxfs_symlink_remote.c313 const char *target_path,
333 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen);
350 cur_chunk = target_path;
310 xfs_symlink_write_target( struct xfs_trans *tp, struct xfs_inode *ip, const char *target_path, int pathlen, xfs_fsblock_t fs_blocks, uint resblks) argument
/linux-master/scripts/dtc/libfdt/
H A Dfdt_overlay.c689 const char *target_path; local
767 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path);
773 if (!target_path) {
779 len = strlen(target_path);
787 if (!target_path) {
789 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path);
797 if (!target_path) {
802 memcpy(buf, target_path, len + 1);
/linux-master/drivers/of/
H A Doverlay.c204 const char *target_path; local
240 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target);
241 if (!target_path)
243 target_path_len = strlen(target_path);
255 strcpy(new_prop->value, target_path);
260 kfree(target_path);
269 kfree(target_path);
689 char *target_path; local
706 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path);
707 if (!target_path)
[all...]
/linux-master/fs/smb/client/
H A Dcifsfs.c1172 char *target_path; local
1177 target_path = kmalloc(PATH_MAX, GFP_KERNEL);
1178 if (!target_path)
1183 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX);
1185 kfree(target_path);
1186 target_path = ERR_PTR(-EOPNOTSUPP);
1190 if (!IS_ERR(target_path))
1191 set_delayed_call(done, kfree_link, target_path);
1193 return target_path;
H A Dsmb1ops.c979 char **target_path)
988 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path,
992 target_path, cifs_sb->local_nls);
975 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path) argument
H A Dcifsglob.h438 char **target_path);
/linux-master/sound/soc/intel/avs/
H A Dpath.c623 struct avs_path *target_path; local
635 target_path = avs_path_find_path(adev, t->target_tplg_name,
637 if (!target_path) {
643 target_ppl = avs_path_find_pipeline(target_path,

Completed in 168 milliseconds