/kernel/linux/linux-6.6/fs/erofs/ |
H A D | super.c | 443 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode() 468 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param() 478 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param() 485 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param() 531 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param() 617 errorfc(fc, "failed to set initial blksize"); in erofs_fc_fill_super() 632 errorfc(fc, "unsupported blksize for fscache mode"); in erofs_fc_fill_super() 636 errorfc(fc, "failed to set erofs blksize"); in erofs_fc_fill_super() 643 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super() 646 errorfc(f in erofs_fc_fill_super() [all...] |
/kernel/linux/linux-5.10/fs/cramfs/ |
H A D | inode.c | 537 errorfc(fc, "wrong endianness"); in cramfs_read_super() 549 errorfc(fc, "wrong endianness"); in cramfs_read_super() 551 errorfc(fc, "wrong magic"); in cramfs_read_super() 558 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super() 564 errorfc(fc, "root is not a directory"); in cramfs_read_super() 588 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
|
/kernel/linux/linux-6.6/fs/cramfs/ |
H A D | inode.c | 530 errorfc(fc, "wrong endianness"); in cramfs_read_super() 542 errorfc(fc, "wrong endianness"); in cramfs_read_super() 544 errorfc(fc, "wrong magic"); in cramfs_read_super() 551 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super() 557 errorfc(fc, "root is not a directory"); in cramfs_read_super() 581 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 236 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro 248 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 223 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro 235 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | super.c | 254 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param() 264 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param() 271 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | cache.c | 70 errorfc(fc, "fscache cookie already registered for fsid %pU, use fsc=<uniquifier> option", in ceph_fscache_register_fs() 99 errorfc(fc, "unable to register fscache cookie for fsid %pU", in ceph_fscache_register_fs()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | cache.c | 101 errorfc(fc, "Unable to register fscache cookie for %s", name); in ceph_fscache_register_fs()
|
H A D | super.c | 1105 errorfc(fc, "Can't set test_dummy_encryption on remount"); in ceph_apply_test_dummy_encryption() 1114 errorfc(fc, "Conflicting test_dummy_encryption options"); in ceph_apply_test_dummy_encryption()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 1533 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1537 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1541 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1545 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1549 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1553 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1569 errorfc(fc, "unable to remount read-only"); in gfs2_reconfigure() 1573 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 1578 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1582 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1586 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1590 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1594 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1598 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1610 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup-v1.c | 1096 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"",
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup-v1.c | 1099 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"",
|