Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3741 struct ATTR_NAME_ENTRY *attr_names = NULL; in log_replay() local
4267 attr_names = kmemdup(Add2Ptr(lrh, t32), attr_names_bytes, GFP_NOFS); in log_replay()
4268 if (!attr_names) { in log_replay()
4339 if (attr_names && oatbl) { in log_replay()
4349 ane = Add2Ptr(attr_names, off); in log_replay()
5216 kfree(attr_names); in log_replay()