Home
last modified time | relevance | path

Searched full:prepend (Results 1 – 25 of 226) sorted by relevance

12345678910

/kernel/linux/linux-5.10/fs/
Dd_path.c11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function
22 * prepend_name - prepend a pathname in front of current buffer pointer
59 * prepend_path - Prepend path string to a buffer
187 prepend(&res, &buflen, "\0", 1); in __d_path()
204 prepend(&res, &buflen, "\0", 1); in d_absolute_path()
221 prepend(buf, buflen, "\0", 1); in path_with_deleted()
223 int error = prepend(buf, buflen, " (deleted)", 10); in path_with_deleted()
233 return prepend(buffer, buflen, "(unreachable)", 13); in prepend_unreachable()
319 if (prepend(&end, &buflen, " (deleted)", 11) || in simple_dname()
320 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || in simple_dname()
[all …]
/kernel/linux/linux-6.6/fs/
Dd_path.c38 * The source of the prepend data can be an optimistic load
57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
80 * prepend_name - prepend a pathname in front of current buffer pointer
81 * @p: prepend buffer which contains buffer pointer and allocated length
101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name()
141 * prepend_path - Prepend path string to a buffer
144 * @p: prepend buffer which contains buffer pointer and allocated length
288 prepend(&b, " (deleted)", 11); in d_path()
322 prepend(&b, " (deleted)", 11); in simple_dname()
323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname()
[all …]
/kernel/linux/linux-5.10/security/apparmor/
Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
65 error = prepend(name, *name - buf, "/", 1); in disconnect()
67 error = prepend(name, *name - buf, disconnected, in disconnect()
110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
184 * @disconnected: string to prepend to disconnected paths
/kernel/linux/linux-6.6/security/apparmor/
Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
65 error = prepend(name, *name - buf, "/", 1); in disconnect()
67 error = prepend(name, *name - buf, disconnected, in disconnect()
110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
184 * @disconnected: string to prepend to disconnected paths
/kernel/linux/linux-6.6/drivers/spi/
Dspi-bcm63xx-hsspi.c113 * Default transfer mode is auto. If the msg is prependable, use the prepend
276 * to the controller using its prepend feature. A SPI message is prependable in bcm63xx_prepare_prepend_transfer()
286 "Delay or cs change not supported in prepend mode!\n"); in bcm63xx_prepare_prepend_transfer()
303 "multi-bit prepend buf not supported!\n"); in bcm63xx_prepare_prepend_transfer()
333 * the previous transfers are sent through prepend bytes and in bcm63xx_prepare_prepend_transfer()
334 * make sure it does not exceed the max prepend len in bcm63xx_prepare_prepend_transfer()
338 "exceed max prepend len, abort prepending transfers!\n"); in bcm63xx_prepare_prepend_transfer()
364 "Prepend message large than fifo size len %d prepend %d\n", in bcm63xx_hsspi_do_prepend_txrx()
676 "User sets prepend mode but msg not prependable! Abort transfer\n"); in bcm63xx_hsspi_transfer_one()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dfib_offload.sh91 # Prepend an identical prefix route with lower metric and check that
95 check_err $? "lowest metric not offloaded after prepend"
147 # Prepend a nexthop with a lower metric and check that it is offloaded
152 check_err $? "lowest metric not offloaded after prepend"
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dfib_offload.sh91 # Prepend an identical prefix route with lower metric and check that
95 check_err $? "lowest metric not offloaded after prepend"
147 # Prepend a nexthop with a lower metric and check that it is offloaded
152 check_err $? "lowest metric not offloaded after prepend"
/kernel/linux/linux-6.6/Documentation/networking/
Dnetconsole.rst16 Release prepend support by Breno Leitao <leitao@debian.org>, Jul 7 2023
43 r if present, prepend kernel version (release) to the message
131 release Prepend kernel release to message (read-write)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dname-prefix.txt5 sink/source names may use the name prefix property to prepend the
/kernel/linux/linux-6.6/security/landlock/
DKconfig20 you should also prepend "landlock," to the content of CONFIG_LSM to
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dcomponent-common.yaml18 sink/source names may use this property to prepend the name of their
/kernel/linux/linux-6.6/scripts/
Dstackusage27 # Prepend directory name to file names, remove column information,
/kernel/linux/linux-5.10/scripts/
Dstackusage27 # Prepend directory name to file names, remove column information,
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dbrcm,bcm63xx-spi.yaml19 the controller's prepend mode.
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c124 const char *prepend; member
148 char *prepend; member
188 env.prepend = o->prepend; in test_start_subtest()
207 env.prepend ? : "", in test_end_subtest()
1801 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist()
1821 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist()
1872 opt->prepend = "ktls"; in test_selftests_ktls()
/kernel/linux/linux-5.10/Documentation/scsi/
Dsd-parameters.rst24 To modify the caching mode without making the change persistent, prepend
/kernel/linux/linux-6.6/Documentation/scsi/
Dsd-parameters.rst24 To modify the caching mode without making the change persistent, prepend
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dtest_sockmap.c128 const char *prepend; member
154 char *prepend; member
194 env.prepend = o->prepend; in test_start_subtest()
213 env.prepend ? : "", in test_end_subtest()
2004 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist()
2024 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist()
2075 opt->prepend = "ktls"; in test_selftests_ktls()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ctrl.h42 /* Prepend field types */
55 /* Prepend field sizes */
214 /* Prepend configuration
217 #define NFP_NET_CFG_RX_OFFSET_DYNAMIC 0 /* Prepend mode */
/kernel/linux/linux-5.10/security/tomoyo/
Drealpath.c189 /* Prepend device name. */ in tomoyo_get_local_path()
205 /* Prepend filesystem name. */ in tomoyo_get_local_path()
/kernel/linux/linux-6.6/security/tomoyo/
Drealpath.c189 /* Prepend device name. */ in tomoyo_get_local_path()
205 /* Prepend filesystem name. */ in tomoyo_get_local_path()
/kernel/linux/linux-5.10/net/mac80211/
Dwep.c148 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_encrypt()
219 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_decrypt()
/kernel/linux/linux-6.6/net/mac80211/
Dwep.c148 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_encrypt()
219 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_decrypt()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
Dfile_load.c26 * setup_kdump_cmdline - Prepend "elfcorehdr=<addr> " to command line
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c138 * through h264_enc_set_param interface, it will set this flag and prepend the
576 mtk_vcodec_debug(inst, "h264_encode_frame prepend SPS/PPS"); in h264_enc_encode()
666 mtk_vcodec_debug(inst, "set prepend header mode"); in h264_enc_set_param()

12345678910