Searched refs:prepend (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/apparmor/
H A Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) function
65 error = prepend(name, *name - buf, "/", 1);
67 error = prepend(name, *name - buf, disconnected,
110 error = prepend(name, *name - buf, "/proc", 5);
184 * @disconnected: string to prepend to disconnected paths
/linux-master/fs/
H A Dd_path.c38 * The source of the prepend data can be an optimistic load
57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) 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, '/');
144 * @p: prepend buffer which contains buffer pointer and allocated length
288 prepend(&b, " (deleted)", 11);
322 prepend(&b, " (deleted)", 11);
323 prepend(&b, dentry->d_name.name, dentry->d_name.len);
376 prepend(
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c122 const char *prepend; member in struct:test_env
148 char *prepend; member in struct:sockmap_options
188 env.prepend = o->prepend;
207 env.prepend ? : "",
1888 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1908 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1959 opt->prepend
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
/linux-master/drivers/block/
H A Dfloppy.c3953 const char *prepend; local
3955 prepend = "";
3959 prepend = ",";
3962 pr_cont("%s fd%d is %s", prepend, drive, name);
/linux-master/fs/ext4/
H A Dextents.c1321 /* Try to prepend new index to old one */
2009 goto prepend;
2039 prepend:
2040 /* Try to prepend newex to the ex */
2042 ext_debug(inode, "prepend %u[%d]%d block to %u:[%d]%d"

Completed in 149 milliseconds