Searched refs:prepend (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/ |
D | d_path.c | 11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 181 prepend(&res, &buflen, "\0", 1); in __d_path() 198 prepend(&res, &buflen, "\0", 1); in d_absolute_path() 215 prepend(buf, buflen, "\0", 1); in path_with_deleted() 217 int error = prepend(buf, buflen, " (deleted)", 10); in path_with_deleted() 227 return prepend(buffer, buflen, "(unreachable)", 13); in prepend_unreachable() 313 if (prepend(&end, &buflen, " (deleted)", 11) || in simple_dname() 314 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || in simple_dname() 315 prepend(&end, &buflen, "/", 1)) in simple_dname() 339 prepend(&end, &len, "\0", 1); in __dentry_path() [all …]
|
/Linux-v4.19/security/apparmor/ |
D | path.c | 29 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function 69 error = prepend(name, *name - buf, "/", 1); in disconnect() 71 error = prepend(name, *name - buf, disconnected, in disconnect() 114 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
|
/Linux-v4.19/Documentation/scsi/ |
D | sd-parameters.txt | 19 To modify the caching mode without making the change persistent, prepend
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | name-prefix.txt | 5 sink/source names may use the name prefix property to prepend the
|
/Linux-v4.19/Documentation/networking/ |
D | phonet.txt | 55 perspective. Each Phonet network device shall prepend and set the media
|
/Linux-v4.19/drivers/block/ |
D | floppy.c | 3939 const char *prepend; in config_types() local 3941 prepend = ""; in config_types() 3945 prepend = ","; in config_types() 3948 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | java.rst | 149 # class is not in CLASSPATH, so prepend dir of class to CLASSPATH
|
D | kernel-parameters.txt | 640 device, prepend "brl," before the device type, for instance
|
/Linux-v4.19/fs/ext4/ |
D | extents.c | 1973 goto prepend; in ext4_ext_insert_extent() 2004 prepend: in ext4_ext_insert_extent()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 2927 to set_ftrace_filter. To remove a command, prepend it by '!'
|