Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c3727 struct RESTART_TABLE *oatbl = NULL; in log_replay() local
4283 oatbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4284 if (!oatbl) { in log_replay()
4289 log->open_attr_tbl = oatbl; in log_replay()
4293 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4316 if (rst->attr_names_len && oatbl) { in log_replay()
4320 oe = Add2Ptr(oatbl, le16_to_cpu(ane->off)); in log_replay()
4339 if (!oatbl) { in log_replay()
4340 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4341 if (!oatbl) { in log_replay()
[all...]

Completed in 6 milliseconds