Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c3725 struct RESTART_TABLE *trtbl = NULL; in log_replay() local
4134 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4135 if (!trtbl) { in log_replay()
4390 if (!trtbl) { in log_replay()
4391 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()
4393 if (!trtbl) { in log_replay()
4399 tr = Add2Ptr(trtbl, transact_id); in log_replay()
4401 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()
4403 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()
4599 tr = Add2Ptr(trtbl, transact_i in log_replay()
[all...]

Completed in 7 milliseconds