Lines Matching refs:name
189 char name[64]; in tomoyo_get_local_path() local
193 name[sizeof(name) - 1] = '\0'; in tomoyo_get_local_path()
194 snprintf(name, sizeof(name) - 1, "dev(%u,%u):", MAJOR(dev), in tomoyo_get_local_path()
196 name_len = strlen(name); in tomoyo_get_local_path()
200 memmove(pos, name, name_len); in tomoyo_get_local_path()
206 const char *name = sb->s_type->name; in tomoyo_get_local_path() local
207 const int name_len = strlen(name); in tomoyo_get_local_path()
212 memmove(pos, name, name_len); in tomoyo_get_local_path()
238 char *name = NULL; in tomoyo_realpath_from_path() local
286 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
290 if (!name) in tomoyo_realpath_from_path()
292 return name; in tomoyo_realpath_from_path()