Searched refs:errorfc (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cramfs/ |
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-5.10/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)
|
/kernel/linux/linux-5.10/fs/erofs/ |
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/ |
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-5.10/fs/gfs2/ |
D | ops_fstype.c | 1528 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure() 1532 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure() 1536 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure() 1540 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure() 1544 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure() 1548 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure() 1564 errorfc(fc, "unable to remount read-only"); in gfs2_reconfigure() 1568 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cgroup-v1.c | 1093 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()
|