Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3014 struct OpenAttr { struct
3035 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr() argument
3041 struct OpenAttr *op_attr; in find_loaded_attr()
3046 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3105 static bool update_oa_attr(struct OpenAttr *oa2, struct ATTRIB *attr) in update_oa_attr()
3139 struct OpenAttr *oa, *oa2; in do_action()
3862 struct OpenAttr *oa; in log_replay()
4891 oa = kzalloc_obj(struct OpenAttr, GFP_NOFS); in log_replay()