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

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

Completed in 110 milliseconds