| /Linux-v5.4/arch/ia64/uv/kernel/ |
| D | setup.c | 26 unsigned long redirect; member 41 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local 48 redirect.v = uv_read_local_mmr(redir_addrs[i].redirect); in get_lowmem_redirect() 49 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect()
|
| /Linux-v5.4/fs/overlayfs/ |
| D | namei.c | 24 char *redirect; member 55 kfree(d->redirect); in ovl_check_redirect() 56 d->redirect = buf; in ovl_check_redirect() 57 d->name.name = d->redirect; in ovl_check_redirect() 58 d->name.len = strlen(d->redirect); in ovl_check_redirect() 832 .redirect = NULL, in ovl_lookup() 873 if (d.redirect) { in ovl_lookup() 875 upperredirect = kstrdup(d.redirect, GFP_KERNEL); in ovl_lookup() 878 if (d.redirect[0] == '/') in ovl_lookup() 967 if (d.redirect && !ofs->config.redirect_follow) { in ovl_lookup() [all …]
|
| D | dir.c | 993 const char *redirect = ovl_dentry_get_redirect(dentry); in ovl_set_redirect() local 996 if (redirect && (!absolute_redirect || redirect[0] == '/')) in ovl_set_redirect() 999 redirect = ovl_get_redirect(dentry, absolute_redirect); in ovl_set_redirect() 1000 if (IS_ERR(redirect)) in ovl_set_redirect() 1001 return PTR_ERR(redirect); in ovl_set_redirect() 1005 redirect, strlen(redirect), -EXDEV); in ovl_set_redirect() 1008 ovl_dentry_set_redirect(dentry, redirect); in ovl_set_redirect() 1011 kfree(redirect); in ovl_set_redirect()
|
| D | util.c | 390 return OVL_I(d_inode(dentry))->redirect; in ovl_dentry_get_redirect() 393 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect() argument 397 kfree(oi->redirect); in ovl_dentry_set_redirect() 398 oi->redirect = redirect; in ovl_dentry_set_redirect()
|
| D | ovl_entry.h | 100 const char *redirect; member
|
| D | Kconfig | 15 bool "Overlayfs: turn on redirect directory feature by default" 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
| D | inode.c | 912 kfree(oip->redirect); in ovl_get_inode() 947 OVL_I(inode)->redirect = oip->redirect; in ovl_get_inode()
|
| D | overlayfs.h | 248 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect); 371 char *redirect; member
|
| /Linux-v5.4/tools/testing/ktest/ |
| D | config-bisect.pl | 160 my ($command, $redirect) = @_; 173 if (defined($redirect)) { 174 open (RD, ">$redirect") or 175 dodie "failed to write to redirect $redirect";
|
| /Linux-v5.4/net/bridge/ |
| D | br_nf_core.c | 54 .redirect = fake_redirect,
|
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
| D | TODO | 3 * Add ACL to redirect control traffic to CPU.
|
| /Linux-v5.4/include/net/ |
| D | dst_ops.h | 31 void (*redirect)(struct dst_entry *dst, struct sock *sk, member
|
| /Linux-v5.4/net/ipv4/ |
| D | xfrm4_policy.c | 117 path->ops->redirect(path, sk, skb); in xfrm4_redirect() 142 .redirect = xfrm4_redirect,
|
| /Linux-v5.4/net/ipv6/ |
| D | xfrm6_policy.c | 115 path->ops->redirect(path, sk, skb); in xfrm6_redirect() 159 .redirect = xfrm6_redirect,
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | hw_irq.h | 125 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
|
| /Linux-v5.4/drivers/tty/ |
| D | tty_io.c | 514 static struct file *redirect; variable 579 if (redirect && file_tty(redirect) == tty) { in __tty_hangup() 580 f = redirect; in __tty_hangup() 581 redirect = NULL; in __tty_hangup() 1056 if (redirect) in redirected_tty_write() 1057 p = get_file(redirect); in redirected_tty_write() 2299 f = redirect; in tioccons() 2300 redirect = NULL; in tioccons() 2307 if (redirect) { in tioccons() 2311 redirect = get_file(file); in tioccons()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
| /Linux-v5.4/arch/x86/kernel/apic/ |
| D | x2apic_uv_x.c | 701 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local 724 redirect.v = uv_read_local_mmr(m_redirect); in get_lowmem_redirect() 725 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect() 872 unsigned long redirect = uv_read_local_mmr(m_redirect); in map_mmioh_high_uv34() local 874 nasid = redirect & nasid_mask; in map_mmioh_high_uv34() 877 id, redirect, m_redirect, nasid); in map_mmioh_high_uv34()
|
| /Linux-v5.4/drivers/net/caif/ |
| D | Kconfig | 15 it will redirect the TTY's traffic into the CAIF stack.
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | overlayfs.txt | 167 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"). 408 to by the "trusted.overlay.redirect" extended attribute, will verify 463 directory may have a "redirect" to lower directory. Because middle layer 465 "redirect" origin directory, cannot be used to find the middle or upper 467 descendant of the "redirect" origin directory, cannot be used to 472 used NFS export in this setup requires turning off redirect follow (e.g.
|
| /Linux-v5.4/arch/arm/ |
| D | Kconfig-nommu | 53 external support to redirect the hardware exception vectors to
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | irq_ia64.c | 649 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) in ia64_send_ipi() argument 662 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3)); in ia64_send_ipi()
|
| /Linux-v5.4/drivers/media/radio/si470x/ |
| D | Kconfig | 32 to redirect the audio stream from the radio to your sound device:
|
| /Linux-v5.4/Documentation/networking/ |
| D | af_xdp.rst | 18 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 212 Note that if an XDP program tries to redirect to a socket that does
|
| /Linux-v5.4/Documentation/ia64/ |
| D | irq-redir.rst | 78 is because usually the chipsets on each node redirect the interrupts
|