Searched refs:dptbl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 653 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() 4231 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay() 4234 while ((next = enum_rstbl(dptbl, next))) { in log_replay() 4242 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next)); in log_replay() 4497 dp = find_dp(dptbl, t16, t64); in log_replay() [all …]
|