On Thu, May 19, 2022 at 03:52:10PM -0400, Gabriel Krisman Bertazi wrote: > > It's hard to reason about, though. f2fs does things in a much cleaner way, as > > I've mentioned before, since it decides which type of match it wants at the > > beginning, when initializing struct f2fs_filename. > > Yes, this is quite confusing. Are these implementation documented > anywhere? > Not very well. The f2fs implementation has some comments, though. E.g. see struct f2fs_filename and f2fs_setup_filename(). - Eric