Home
last modified time | relevance | path

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

/fs/erofs/
Dsuper.c193 erofs_info(sb, "EROFS compression is disabled, so cache strategy is ignored"); in erofs_build_cache_strategy()
259 erofs_info(sb, "user_xattr options not supported"); in erofs_parse_options()
262 erofs_info(sb, "nouser_xattr options not supported"); in erofs_parse_options()
274 erofs_info(sb, "acl options not supported"); in erofs_parse_options()
277 erofs_info(sb, "noacl options not supported"); in erofs_parse_options()
421 erofs_info(sb, "mounted with opts: %s, root inode @ nid %llu.", in erofs_fill_super()
Dinternal.h31 #define erofs_info(sb, fmt, ...) \ macro