Searched refs:errorfc (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/fs/erofs/ |
D | super.c | 499 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode() 524 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param() 534 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param() 541 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param() 587 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param() 680 errorfc(fc, "failed to set initial blksize"); in erofs_fc_fill_super() 695 errorfc(fc, "unsupported blksize for fscache mode"); in erofs_fc_fill_super() 699 errorfc(fc, "failed to set erofs blksize"); in erofs_fc_fill_super() 706 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super() 709 errorfc(fc, "unsupported blocksize for DAX"); in erofs_fc_fill_super()
|
/Linux-v6.6/include/linux/ |
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)
|
/Linux-v6.6/fs/cramfs/ |
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()
|
/Linux-v6.6/fs/ceph/ |
D | cache.c | 101 errorfc(fc, "Unable to register fscache cookie for %s", name); in ceph_fscache_register_fs()
|
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()
|
/Linux-v6.6/fs/gfs2/ |
D | ops_fstype.c | 1580 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1584 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1588 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1592 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1596 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1600 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1612 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/Linux-v6.6/kernel/cgroup/ |
D | cgroup-v1.c | 1094 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()
|