Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c2928 struct OpenAttr { struct
2949 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr() argument
2955 struct OpenAttr *op_attr; in find_loaded_attr()
2960 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3033 struct OpenAttr *oa, *oa2; in do_action()
3732 struct OpenAttr *oa; in log_replay()
4698 oa = kzalloc(sizeof(struct OpenAttr), GFP_NOFS); in log_replay()