Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dcli.py59 def print_attr_list(ynl, attr_names, attr_set, indent=2): argument
62 for attr_name in attr_names:
/linux/fs/ntfs3/
H A Dfslog.c3854 struct ATTR_NAME_ENTRY *attr_names = NULL; in log_replay() local
4413 attr_names = kmemdup(Add2Ptr(lrh, t32), attr_names_bytes, GFP_NOFS); in log_replay()
4414 if (!attr_names) { in log_replay()
4485 if (attr_names && oatbl) { in log_replay()
4495 ane = Add2Ptr(attr_names, off); in log_replay()
5391 kfree(attr_names); in log_replay()