Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c621 static inline void *enum_rstbl(struct RESTART_TABLE *t, void *c) in enum_rstbl() function
667 while ((dp = enum_rstbl(dptbl, dp))) { in find_dp()
805 while ((dp = enum_rstbl((struct RESTART_TABLE *)dptbl, dp))) { in check_dp_table()
3040 while ((oe = enum_rstbl(log->open_attr_tbl, oe))) { in find_loaded_attr()
4350 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4374 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4377 while ((next = enum_rstbl(dptbl, next))) { in log_replay()
4462 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4724 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
4856 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay()
[all …]