Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c661 static inline struct DIR_PAGE_ENTRY *find_dp(struct RESTART_TABLE *dptbl, in find_dp() argument
667 while ((dp = enum_rstbl(dptbl, dp))) { in find_dp()
800 static bool check_dp_table(const struct RESTART_TABLE *dptbl) in check_dp_table() argument
802 u32 rsize = le16_to_cpu(dptbl->size); in check_dp_table()
805 while ((dp = enum_rstbl((struct RESTART_TABLE *)dptbl, dp))) { in check_dp_table()
3857 struct RESTART_TABLE *dptbl = NULL; in log_replay() local
4331 dptbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()
4332 if (!dptbl) { in log_replay()
4341 t16 = le16_to_cpu(dptbl->size); in log_replay()
4350 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
[all …]