Searched refs:ext2_msg_fc (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ext2/ |
| H A D | super.c | 84 static void ext2_msg_fc(struct fs_context *fc, const char *prefix, in ext2_msg_fc() function 571 ext2_msg_fc(fc, KERN_INFO, "nobh option not supported\n"); in ext2_parse_param() 582 ext2_msg_fc(fc, KERN_INFO, "(no)user_xattr options not supported"); in ext2_parse_param() 594 ext2_msg_fc(fc, KERN_INFO, "(no)acl options not supported"); in ext2_parse_param() 598 ext2_msg_fc(fc, KERN_INFO, "use dax instead of xip"); in ext2_parse_param() 603 ext2_msg_fc(fc, KERN_WARNING, in ext2_parse_param() 608 ext2_msg_fc(fc, KERN_INFO, "dax option not supported"); in ext2_parse_param() 625 ext2_msg_fc(fc, KERN_INFO, "quota operations not supported"); in ext2_parse_param() 631 ext2_msg_fc(fc, KERN_INFO, "reservations ON"); in ext2_parse_param() 634 ext2_msg_fc(fc, KERN_INFO, "reservations OFF"); in ext2_parse_param()
|