Searched refs:prepend (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/security/apparmor/ |
D | path.c | 30 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function 76 return prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
|
/linux-4.4.14/fs/ |
D | dcache.c | 2824 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 2997 prepend(&res, &buflen, "\0", 1); in __d_path() 3014 prepend(&res, &buflen, "\0", 1); in d_absolute_path() 3031 prepend(buf, buflen, "\0", 1); in path_with_deleted() 3033 int error = prepend(buf, buflen, " (deleted)", 10); in path_with_deleted() 3043 return prepend(buffer, buflen, "(unreachable)", 13); in prepend_unreachable() 3129 if (prepend(&end, &buflen, " (deleted)", 11) || in simple_dname() 3130 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || in simple_dname() 3131 prepend(&end, &buflen, "/", 1)) in simple_dname() 3155 prepend(&end, &len, "\0", 1); in __dentry_path() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-help.c | 303 static const char *prepend(const char *prefix, const char *cmd) in prepend() function 320 return prepend("perf-", perf_cmd); in cmd_to_page()
|
/linux-4.4.14/Documentation/networking/ |
D | phonet.txt | 55 perspective. Each Phonet network device shall prepend and set the media
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 3603 const char *prepend; in config_types() local 3605 prepend = ""; in config_types() 3609 prepend = ","; in config_types() 3612 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/linux-4.4.14/Documentation/ |
D | java.txt | 137 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
D | kernel-parameters.txt | 740 device, prepend "brl," before the device type, for instance
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 1967 goto prepend; in ext4_ext_insert_extent() 1998 prepend: in ext4_ext_insert_extent()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2477 to set_ftrace_filter. To remove a command, prepend it by '!'
|