Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A 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()
3748 struct RESTART_TABLE *dptbl = NULL; in log_replay() local
4202 dptbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4203 if (!dptbl) { in log_replay()
4213 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4232 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4235 while ((next = enum_rstbl(dptbl, next))) { in log_replay()
4243 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next)); in log_replay()
4498 dp = find_dp(dptbl, t16, t64); in log_replay()
[all …]