Home
last modified time | relevance | path

Searched refs:errorfc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dfs_context.h231 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro
243 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
/Linux-v5.10/fs/cramfs/
Dinode.c537 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()
/Linux-v5.10/fs/erofs/
Dsuper.c253 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param()
263 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param()
270 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
/Linux-v5.10/fs/ceph/
Dcache.c70 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()
/Linux-v5.10/fs/gfs2/
Dops_fstype.c1490 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure()
1494 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure()
1498 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure()
1502 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure()
1506 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure()
1510 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure()
1520 errorfc(fc, "unable to remount read-only"); in gfs2_reconfigure()
1524 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
/Linux-v5.10/kernel/cgroup/
Dcgroup-v1.c1060 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()