Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfslog.c3746 struct RESTART_TABLE *trtbl = NULL; in log_replay() local
4169 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4170 if (!trtbl) { in log_replay()
4424 if (!trtbl) { in log_replay()
4425 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()
4427 if (!trtbl) { in log_replay()
4433 tr = Add2Ptr(trtbl, transact_id); in log_replay()
4435 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()
4437 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()
4633 tr = Add2Ptr(trtbl, transact_id); in log_replay()
[all …]