Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c653 static inline struct DIR_PAGE_ENTRY *find_dp(struct RESTART_TABLE *dptbl, in find_dp() argument
659 while ((dp = enum_rstbl(dptbl, dp))) { in find_dp()
3746 struct RESTART_TABLE *dptbl = NULL; in log_replay() local
4200 dptbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4201 if (!dptbl) { in log_replay()
4211 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4230 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4233 while ((next = enum_rstbl(dptbl, next))) { in log_replay()
4241 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next)); in log_replay()
4496 dp = find_dp(dptbl, t16, t64); in log_replay()
[all …]