Lines Matching refs:name
191 char name[64]; in tomoyo_get_local_path() local
195 name[sizeof(name) - 1] = '\0'; in tomoyo_get_local_path()
196 snprintf(name, sizeof(name) - 1, "dev(%u,%u):", MAJOR(dev), in tomoyo_get_local_path()
198 name_len = strlen(name); in tomoyo_get_local_path()
202 memmove(pos, name, name_len); in tomoyo_get_local_path()
208 const char *name = sb->s_type->name; in tomoyo_get_local_path() local
209 const int name_len = strlen(name); in tomoyo_get_local_path()
214 memmove(pos, name, name_len); in tomoyo_get_local_path()
240 char *name = NULL; in tomoyo_realpath_from_path() local
288 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
292 if (!name) in tomoyo_realpath_from_path()
294 return name; in tomoyo_realpath_from_path()