Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c2949 struct OpenAttr { struct
2970 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr() argument
2976 struct OpenAttr *op_attr; in find_loaded_attr()
2981 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3040 static bool update_oa_attr(struct OpenAttr *oa2, struct ATTRIB *attr) in update_oa_attr()
3074 struct OpenAttr *oa, *oa2; in do_action()
3753 struct OpenAttr *oa; in log_replay()
4727 oa = kzalloc_obj(struct OpenAttr, GFP_NOFS); in log_replay()