Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v4.19/arch/ia64/uv/kernel/
Dsetup.c31 unsigned long redirect; member
46 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local
53 redirect.v = uv_read_local_mmr(redir_addrs[i].redirect); in get_lowmem_redirect()
54 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect()
/Linux-v4.19/fs/overlayfs/
Dnamei.c26 char *redirect; member
57 kfree(d->redirect); in ovl_check_redirect()
58 d->redirect = buf; in ovl_check_redirect()
59 d->name.name = d->redirect; in ovl_check_redirect()
60 d->name.len = strlen(d->redirect); in ovl_check_redirect()
825 .redirect = NULL, in ovl_lookup()
866 if (d.redirect) { in ovl_lookup()
868 upperredirect = kstrdup(d.redirect, GFP_KERNEL); in ovl_lookup()
871 if (d.redirect[0] == '/') in ovl_lookup()
960 if (d.redirect && !ofs->config.redirect_follow) { in ovl_lookup()
[all …]
Ddir.c979 const char *redirect = ovl_dentry_get_redirect(dentry); in ovl_set_redirect() local
982 if (redirect && (!absolute_redirect || redirect[0] == '/')) in ovl_set_redirect()
985 redirect = ovl_get_redirect(dentry, absolute_redirect); in ovl_set_redirect()
986 if (IS_ERR(redirect)) in ovl_set_redirect()
987 return PTR_ERR(redirect); in ovl_set_redirect()
991 redirect, strlen(redirect), -EXDEV); in ovl_set_redirect()
994 ovl_dentry_set_redirect(dentry, redirect); in ovl_set_redirect()
997 kfree(redirect); in ovl_set_redirect()
Dutil.c394 return OVL_I(d_inode(dentry))->redirect; in ovl_dentry_get_redirect()
397 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect() argument
401 kfree(oi->redirect); in ovl_dentry_set_redirect()
402 oi->redirect = redirect; in ovl_dentry_set_redirect()
Dovl_entry.h96 const char *redirect; member
Dinode.c866 kfree(oip->redirect); in ovl_get_inode()
901 OVL_I(inode)->redirect = oip->redirect; in ovl_get_inode()
DKconfig14 bool "Overlayfs: turn on redirect directory feature by default"
77 inconsistencies on lookup, like redirect from multiple upper dirs to
Doverlayfs.h251 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect);
361 char *redirect; member
/Linux-v4.19/tools/testing/ktest/
Dconfig-bisect.pl161 my ($command, $redirect) = @_;
174 if (defined($redirect)) {
175 open (RD, ">$redirect") or
176 dodie "failed to write to redirect $redirect";
/Linux-v4.19/net/bridge/
Dbr_nf_core.c58 .redirect = fake_redirect,
/Linux-v4.19/include/net/
Ddst_ops.h31 void (*redirect)(struct dst_entry *dst, struct sock *sk, member
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
DTODO3 * Add ACL to redirect control traffic to CPU.
/Linux-v4.19/arch/ia64/include/asm/
Dhw_irq.h126 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
/Linux-v4.19/drivers/tty/
Dtty_io.c513 static struct file *redirect; variable
576 if (redirect && file_tty(redirect) == tty) { in __tty_hangup()
577 f = redirect; in __tty_hangup()
578 redirect = NULL; in __tty_hangup()
1053 if (redirect) in redirected_tty_write()
1054 p = get_file(redirect); in redirected_tty_write()
2278 f = redirect; in tioccons()
2279 redirect = NULL; in tioccons()
2286 if (redirect) { in tioccons()
2290 redirect = get_file(file); in tioccons()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.h87 int (*redirect)(void *ctx, struct dst_entry *old, member
/Linux-v4.19/Documentation/filesystems/
Doverlayfs.txt167 copied up (but not the contents). Then the "trusted.overlay.redirect"
191 The maximum number of bytes in an absolute redirect (default is 256).
217 turning off redirect follow (e.g. "redirect_dir=nofollow").
390 to by the "trusted.overlay.redirect" extended attribute, will verify
445 directory may have a "redirect" to lower directory. Because middle layer
447 "redirect" origin directory, cannot be used to find the middle or upper
449 descendant of the "redirect" origin directory, cannot be used to
454 used NFS export in this setup requires turning off redirect follow (e.g.
/Linux-v4.19/arch/x86/kernel/apic/
Dx2apic_uv_x.c720 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local
743 redirect.v = uv_read_local_mmr(m_redirect); in get_lowmem_redirect()
744 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect()
891 unsigned long redirect = uv_read_local_mmr(m_redirect); in map_mmioh_high_uv34() local
893 nasid = redirect & nasid_mask; in map_mmioh_high_uv34()
896 id, redirect, m_redirect, nasid); in map_mmioh_high_uv34()
/Linux-v4.19/net/ipv4/
Dxfrm4_policy.c237 path->ops->redirect(path, sk, skb); in xfrm4_redirect()
262 .redirect = xfrm4_redirect,
/Linux-v4.19/drivers/net/caif/
DKconfig14 it will redirect the TTY's traffic into the CAIF stack.
/Linux-v4.19/net/ipv6/
Dxfrm6_policy.c238 path->ops->redirect(path, sk, skb); in xfrm6_redirect()
283 .redirect = xfrm6_redirect,
/Linux-v4.19/arch/arm/
DKconfig-nommu51 external support to redirect the hardware exception vectors to
/Linux-v4.19/arch/ia64/kernel/
Dirq_ia64.c655 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) in ia64_send_ipi() argument
668 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3)); in ia64_send_ipi()
/Linux-v4.19/Documentation/networking/
Daf_xdp.rst18 redirect ingress frames to other XDP enabled netdevs, using the
20 XDP programs to redirect frames to a memory buffer in a user-space
73 map. The XDP program can then redirect a packet to a specific index in
210 Note that if an XDP program tries to redirect to a socket that does
/Linux-v4.19/drivers/media/radio/si470x/
DKconfig31 to redirect the audio stream from the radio to your sound device:
/Linux-v4.19/net/bridge/netfilter/
DKconfig184 tristate "ebt: redirect target support"
186 This option adds the MAC redirect target, which allows altering the MAC

123