Searched refs:prepend (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | d_path.c | 56 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function 100 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name() 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() 375 prepend(&b, "//deleted", 10); in dentry_path() 432 prepend(&b, "(unreachable)", 13); in SYSCALL_DEFINE2()
|
/linux-6.3-rc2/security/apparmor/ |
A 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()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A 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() 1888 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist() 1908 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist() 1959 opt->prepend = "ktls"; in test_selftests_ktls()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | component-common.yaml | 18 sink/source names may use this property to prepend the name of their
|
/linux-6.3-rc2/security/landlock/ |
A D | Kconfig | 20 you should also prepend "landlock," to the content of CONFIG_LSM to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/ |
A D | brcm,bcm63xx-hsspi.yaml | 26 worked around by either the controller's prepend mode or using the dummy chip
|
/linux-6.3-rc2/Documentation/networking/ |
A D | phonet.rst | 60 perspective. Each Phonet network device shall prepend and set the media
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | java.rst | 149 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
A D | kernel-parameters.txt | 760 device, prepend "brl," before the device type, for instance
|
/linux-6.3-rc2/drivers/block/ |
A D | floppy.c | 3947 const char *prepend; in config_types() local 3949 prepend = ""; in config_types() 3953 prepend = ","; in config_types() 3956 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | fib_offload_lib.sh | 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 2009 goto prepend; in ext4_ext_insert_extent() 2039 prepend: in ext4_ext_insert_extent()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace.rst | 3125 to set_ftrace_filter. To remove a command, prepend it by '!'
|
Completed in 42 milliseconds