Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfslog.c3750 struct RESTART_TABLE *oatbl = NULL; in log_replay() local
4310 oatbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4311 if (!oatbl) { in log_replay()
4316 log->open_attr_tbl = oatbl; in log_replay()
4320 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4347 if (!oatbl) in log_replay()
4351 oe = Add2Ptr(oatbl, le16_to_cpu(ane->off)); in log_replay()
4369 if (!oatbl) { in log_replay()
4370 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4371 if (!oatbl) { in log_replay()
[all …]