Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c2947 struct OpenAttr { struct
2968 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr() argument
2974 struct OpenAttr *op_attr; in find_loaded_attr()
2979 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3052 struct OpenAttr *oa, *oa2; in do_action()
3751 struct OpenAttr *oa; in log_replay()
4725 oa = kzalloc(sizeof(struct OpenAttr), GFP_NOFS); in log_replay()