Home
last modified time | relevance | path

Searched refs:attr_names (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/sparc/kernel/
H A Dtraps_64.c1896 static const char *attr_names[] = { in sun4v_emit_err_attr_strings() local
1922 for (i = 0; i < ARRAY_SIZE(attr_names); i++) { in sun4v_emit_err_attr_strings()
1924 const char *s = attr_names[i]; in sun4v_emit_err_attr_strings()
/linux-6.15/fs/ntfs3/
H A Dfslog.c3743 struct ATTR_NAME_ENTRY *attr_names = NULL; in log_replay() local
4269 attr_names = kmemdup(Add2Ptr(lrh, t32), attr_names_bytes, GFP_NOFS); in log_replay()
4270 if (!attr_names) { in log_replay()
4341 if (attr_names && oatbl) { in log_replay()
4351 ane = Add2Ptr(attr_names, off); in log_replay()
5218 kfree(attr_names); in log_replay()