Home
last modified time | relevance | path

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

/Linux-v6.1/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()
3745 struct RESTART_TABLE *dptbl = NULL; in log_replay() local
4209 dptbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4210 if (!dptbl) { in log_replay()
4220 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4240 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4243 while ((next = enum_rstbl(dptbl, next))) { in log_replay()
4251 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next)); in log_replay()
4482 dp = find_dp(dptbl, t16, t64); in log_replay()
[all …]