Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfslog.c2945 struct OpenAttr { struct
2966 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr() argument
2972 struct OpenAttr *op_attr; in find_loaded_attr()
2977 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3050 struct OpenAttr *oa, *oa2; in do_action()
3750 struct OpenAttr *oa; in log_replay()
4712 oa = kzalloc(sizeof(struct OpenAttr), GFP_NOFS); in log_replay()