/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 22 * prepend_name - prepend a pathname in front of current buffer pointer 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( in simple_dname() [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H 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() 184 * @disconnected: string to prepend to disconnected paths
|
/kernel/linux/linux-6.6/security/apparmor/ |
H 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() 184 * @disconnected: string to prepend to disconnected paths
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 38 * The source of the prepend data can be an optimistic load 57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function 80 * prepend_name - prepend a pathname in front of current buffer pointer 81 * @p: prepend buffer which contains buffer pointer and allocated length 101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name() 144 * @p: prepend buffer which contains buffer pointer and allocated length 288 prepend(&b, " (deleted)", 11); in d_path() 322 prepend(&b, " (deleted)", 11); in simple_dname() 323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname() 376 prepend( in dentry_path() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A 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() 1801 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist() 1821 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist() 1872 opt->prepend in test_selftests_ktls() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H 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 in test_selftests_ktls() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 151 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 209 prepend(&end, &len, "\0", 1); in hmdfs_dentry_path_raw() 294 prepend(&end, &len, "\0", 1); in hmdfs_merge_dentry_path_raw()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 152 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend() function 210 prepend(&end, &len, "\0", 1); in hmdfs_dentry_path_raw() 295 prepend(&end, &len, "\0", 1); in hmdfs_merge_dentry_path_raw()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | floppy.c | 4039 const char *prepend; in config_types() local 4041 prepend = ""; in config_types() 4045 prepend = ","; in config_types() 4048 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | floppy.c | 3949 const char *prepend; in config_types() local 3951 prepend = ""; in config_types() 3955 prepend = ","; in config_types() 3958 pr_cont("%s fd%d is %s", prepend, drive, name); in config_types()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | fib_offload_lib.sh | 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | fib_offload_lib.sh | 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 1323 /* Try to prepend new index to old one */ in ext4_ext_grow_indepth() 2010 goto prepend; in ext4_ext_insert_extent() 2041 prepend: in ext4_ext_insert_extent() 2042 /* Try to prepend newex to the ex */ in ext4_ext_insert_extent() 2044 ext_debug(inode, "prepend %u[%d]%d block to %u:[%d]%d" in ext4_ext_insert_extent()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents.c | 1321 /* Try to prepend new index to old one */ in ext4_ext_grow_indepth() 2009 goto prepend; in ext4_ext_insert_extent() 2039 prepend: in ext4_ext_insert_extent() 2040 /* Try to prepend newex to the ex */ in ext4_ext_insert_extent() 2042 ext_debug(inode, "prepend %u[%d]%d block to %u:[%d]%d" in ext4_ext_insert_extent()
|