Searched refs:errorfc (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/cramfs/ |
D | inode.c | 526 errorfc(fc, "wrong endianness"); in cramfs_read_super() 538 errorfc(fc, "wrong endianness"); in cramfs_read_super() 540 errorfc(fc, "wrong magic"); in cramfs_read_super() 547 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super() 553 errorfc(fc, "root is not a directory"); in cramfs_read_super() 577 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
|
/linux-6.1.9/include/linux/ |
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)
|
/linux-6.1.9/fs/erofs/ |
D | super.c | 508 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode() 533 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param() 543 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param() 550 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param() 587 errorfc(fc, "fsid option not supported"); in erofs_fc_parse_param() 597 errorfc(fc, "domain_id option not supported"); in erofs_fc_parse_param() 768 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super()
|
/linux-6.1.9/fs/ceph/ |
D | cache.c | 99 errorfc(fc, "Unable to register fscache cookie for %s", name); in ceph_fscache_register_fs()
|
/linux-6.1.9/fs/gfs2/ |
D | ops_fstype.c | 1561 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1565 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1569 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1573 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1577 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1581 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1599 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/linux-6.1.9/kernel/cgroup/ |
D | cgroup-v1.c | 1095 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()
|