Searched refs:prepend (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/fs/ |
D | dcache.c | 2822 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 2995 prepend(&res, &buflen, "\0", 1); in __d_path() 3012 prepend(&res, &buflen, "\0", 1); in d_absolute_path() 3029 prepend(buf, buflen, "\0", 1); in path_with_deleted() 3031 int error = prepend(buf, buflen, " (deleted)", 10); in path_with_deleted() 3041 return prepend(buffer, buflen, "(unreachable)", 13); in prepend_unreachable() 3127 if (prepend(&end, &buflen, " (deleted)", 11) || in simple_dname() 3128 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || in simple_dname() 3129 prepend(&end, &buflen, "/", 1)) in simple_dname() 3153 prepend(&end, &len, "\0", 1); in __dentry_path() [all …]
|
/linux-4.1.27/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.1.27/Documentation/networking/ |
D | phonet.txt | 55 perspective. Each Phonet network device shall prepend and set the media
|
/linux-4.1.27/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.1.27/Documentation/ |
D | java.txt | 137 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
D | kernel-parameters.txt | 733 device, prepend "brl," before the device type, for instance
|
/linux-4.1.27/fs/ext4/ |
D | extents.c | 1965 goto prepend; in ext4_ext_insert_extent() 1996 prepend: in ext4_ext_insert_extent()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2424 to set_ftrace_filter. To remove a command, prepend it by '!'
|