Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfslog.c3748 struct RESTART_TABLE *oatbl = NULL; in log_replay() local
4314 oatbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4315 if (!oatbl) { in log_replay()
4320 log->open_attr_tbl = oatbl; in log_replay()
4324 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4351 if (!oatbl) in log_replay()
4355 oe = Add2Ptr(oatbl, le16_to_cpu(ane->off)); in log_replay()
4373 if (!oatbl) { in log_replay()
4374 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4375 if (!oatbl) { in log_replay()
[all …]