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

/linux-master/arch/sparc/kernel/
H A Dtraps_64.c1896 static const char *attr_names[] = { local
1922 for (i = 0; i < ARRAY_SIZE(attr_names); i++) {
1924 const char *s = attr_names[i];
/linux-master/fs/ntfs3/
H A Dfslog.c3723 struct ATTR_NAME_ENTRY *attr_names = NULL; local
4244 attr_names = kmemdup(Add2Ptr(lrh, t32), rec_len, GFP_NOFS);
4245 if (!attr_names) {
4317 struct ATTR_NAME_ENTRY *ane = attr_names;
5171 kfree(attr_names);

Completed in 133 milliseconds