Searched refs:enum_rstbl (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 621 static inline void *enum_rstbl(struct RESTART_TABLE *t, void *c) in enum_rstbl() function 659 while ((dp = enum_rstbl(dptbl, dp))) { in find_dp() 2975 while ((oe = enum_rstbl(log->open_attr_tbl, oe))) { in find_loaded_attr() 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() 4320 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay() 4560 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay() 4692 while ((dp = enum_rstbl(dptbl, dp))) { in log_replay() 4699 while ((tr = enum_rstbl(trtbl, tr))) { in log_replay() [all …]
|