Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c3730 struct RESTART_TABLE *oatbl = NULL; in log_replay() local
4300 oatbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4301 if (!oatbl) { in log_replay()
4306 log->open_attr_tbl = oatbl; in log_replay()
4310 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4337 if (!oatbl) in log_replay()
4341 oe = Add2Ptr(oatbl, le16_to_cpu(ane->off)); in log_replay()
4359 if (!oatbl) { in log_replay()
4360 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4361 if (!oatbl) { in log_replay()
[all …]