Searched refs:errorfc (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | fs_context.h | 222 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro 234 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/linux-6.3-rc2/fs/cramfs/ |
A D | inode.c | 525 errorfc(fc, "wrong endianness"); in cramfs_read_super() 537 errorfc(fc, "wrong endianness"); in cramfs_read_super() 539 errorfc(fc, "wrong magic"); in cramfs_read_super() 546 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super() 552 errorfc(fc, "root is not a directory"); in cramfs_read_super() 576 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
|
/linux-6.3-rc2/fs/erofs/ |
A D | super.c | 507 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode() 532 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param() 542 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param() 549 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param() 595 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param() 766 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super()
|
/linux-6.3-rc2/fs/ceph/ |
A D | cache.c | 99 errorfc(fc, "Unable to register fscache cookie for %s", name); in ceph_fscache_register_fs()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | ops_fstype.c | 1569 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1573 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1577 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1581 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1585 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1589 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1607 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | cgroup-v1.c | 1095 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()
|
Completed in 13 milliseconds