/Linux-v5.10/fs/ |
D | d_path.c | 11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 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() 321 prepend(&end, &buflen, "/", 1)) in simple_dname() 344 prepend(&end, &len, "\0", 1); in __dentry_path() [all …]
|
/Linux-v5.10/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()
|
/Linux-v5.10/Documentation/scsi/ |
D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 124 const char *prepend; member 148 char *prepend; member 188 env.prepend = o->prepend; in test_start_subtest() 207 env.prepend ? : "", in test_end_subtest() 1791 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist() 1811 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist() 1862 opt->prepend = "ktls"; in test_selftests_ktls()
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | name-prefix.txt | 5 sink/source names may use the name prefix property to prepend the
|
/Linux-v5.10/Documentation/networking/ |
D | phonet.rst | 60 perspective. Each Phonet network device shall prepend and set the media
|
/Linux-v5.10/Documentation/admin-guide/ |
D | java.rst | 149 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
D | kernel-parameters.txt | 674 device, prepend "brl," before the device type, for instance
|
/Linux-v5.10/drivers/block/ |
D | floppy.c | 4018 const char *prepend; in config_types() local 4020 prepend = ""; in config_types() 4024 prepend = ","; in config_types() 4027 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/Linux-v5.10/tools/testing/selftests/net/forwarding/ |
D | fib_offload_lib.sh | 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
|
/Linux-v5.10/fs/ext4/ |
D | extents.c | 1959 goto prepend; in ext4_ext_insert_extent() 1990 prepend: in ext4_ext_insert_extent()
|
/Linux-v5.10/Documentation/trace/ |
D | ftrace.rst | 3108 to set_ftrace_filter. To remove a command, prepend it by '!'
|