Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c636 static inline struct DIR_PAGE_ENTRY *find_dp(struct RESTART_TABLE *dptbl, in find_dp() argument
642 while ((dp = enum_rstbl(dptbl, dp))) { in find_dp()
3727 struct RESTART_TABLE *dptbl = NULL; in log_replay() local
4191 dptbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4192 if (!dptbl) { in log_replay()
4202 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4222 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4225 while ((next = enum_rstbl(dptbl, next))) { in log_replay()
4233 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next)); in log_replay()
4468 dp = find_dp(dptbl, t16, t64); in log_replay()
[all …]