Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3858 struct RESTART_TABLE *trtbl = NULL; in log_replay() local
4286 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4287 if (!trtbl) { in log_replay()
4582 if (!trtbl) { in log_replay()
4583 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()
4585 if (!trtbl) { in log_replay()
4591 tr = Add2Ptr(trtbl, transact_id); in log_replay()
4593 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()
4595 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()
4812 tr = Add2Ptr(trtbl, transact_id); in log_replay()
[all …]