/Linux-v6.1/fs/ |
D | d_path.c | 37 * The source of the prepend data can be an optimistic load 56 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function 79 * prepend_name - prepend a pathname in front of current buffer pointer 80 * @p: prepend buffer which contains buffer pointer and allocated length 100 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name() 140 * prepend_path - Prepend path string to a buffer 143 * @p: prepend buffer which contains buffer pointer and allocated length 287 prepend(&b, " (deleted)", 11); in d_path() 321 prepend(&b, " (deleted)", 11); in simple_dname() 322 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname() [all …]
|
/Linux-v6.1/security/apparmor/ |
D | path.c | 25 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
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | fib_offload.sh | 91 # 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"
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | name-prefix.yaml | 18 sink/source names may use this property to prepend the name of their
|
/Linux-v6.1/security/landlock/ |
D | Kconfig | 20 you should also prepend "landlock," to the content of CONFIG_LSM to
|
/Linux-v6.1/scripts/ |
D | stackusage | 27 # Prepend directory name to file names, remove column information,
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 122 const char *prepend; member 148 char *prepend; member 188 env.prepend = o->prepend; in test_start_subtest() 207 env.prepend ? : "", in test_end_subtest() 1870 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist() 1890 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist() 1941 opt->prepend = "ktls"; in test_selftests_ktls()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_ctrl.h | 42 /* Prepend field types */ 54 /* Prepend field sizes */ 211 /* Prepend configuration 214 #define NFP_NET_CFG_RX_OFFSET_DYNAMIC 0 /* Prepend mode */
|
/Linux-v6.1/Documentation/scsi/ |
D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
/Linux-v6.1/security/tomoyo/ |
D | realpath.c | 189 /* Prepend device name. */ in tomoyo_get_local_path() 205 /* Prepend filesystem name. */ in tomoyo_get_local_path()
|
/Linux-v6.1/net/mac80211/ |
D | wep.c | 148 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_encrypt() 219 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_decrypt()
|
/Linux-v6.1/arch/powerpc/kexec/ |
D | file_load.c | 26 * setup_kdump_cmdline - Prepend "elfcorehdr=<addr> " to command line
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/ |
D | venc_drv_if.h | 51 * @VENC_SET_PARAM_PREPEND_HEADER: set H264 prepend SPS/PPS before IDR
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/venc/ |
D | venc_h264_if.c | 204 * through h264_enc_set_param interface, it will set this flag and prepend the 681 mtk_vcodec_debug(inst, "h264_encode_frame prepend SPS/PPS"); in h264_enc_encode() 801 mtk_vcodec_debug(inst, "set prepend header mode"); in h264_enc_set_param()
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | omapdss-boot-init.c | 79 /* prepend compatible property strings with "omapdss," */
|
/Linux-v6.1/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 9 # --prepend-parent Report on the parent proc and PID 76 'prepend-parent' => \$opt_prepend_parent,
|
/Linux-v6.1/drivers/bluetooth/ |
D | hci_ath.c | 229 /* Prepend skb with frame type */ in ath_enqueue()
|
D | hci_h4.c | 93 /* Prepend skb with frame type */ in h4_enqueue()
|
/Linux-v6.1/drivers/spi/ |
D | spi-bcm63xx.c | 253 /* don't prepend more than one tx */ in bcm63xx_txrx_bufs() 260 /* prepend is half-duplex write only */ in bcm63xx_txrx_bufs()
|
/Linux-v6.1/drivers/input/keyboard/ |
D | snvs_pwrkey.c | 84 * usage, we'll prepend a press event. in imx_snvs_pwrkey_interrupt()
|
/Linux-v6.1/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 98 /* Prepend 24-bit IV to RC4 key and TX frame */ in prism2_wep_encrypt()
|
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 100 /* Prepend 24-bit IV to RC4 key and TX frame */ in prism2_wep_encrypt()
|
/Linux-v6.1/samples/landlock/ |
D | sandboxer.c | 217 "CONFIG_SECURITY_LANDLOCK=y and prepend " in main()
|
/Linux-v6.1/Documentation/networking/ |
D | phonet.rst | 60 perspective. Each Phonet network device shall prepend and set the media
|
/Linux-v6.1/drivers/input/misc/ |
D | atmel_captouch.c | 80 * and the length, and while reading back the device would prepend the data
|