Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cramfs/
Dinode.c535 errorfc(fc, "wrong endianness"); in cramfs_read_super()
547 errorfc(fc, "wrong endianness"); in cramfs_read_super()
549 errorfc(fc, "wrong magic"); in cramfs_read_super()
556 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super()
562 errorfc(fc, "root is not a directory"); in cramfs_read_super()
586 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
/Linux-v5.15/fs/erofs/
Dsuper.c407 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode()
431 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param()
441 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param()
448 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
550 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super()
/Linux-v5.15/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.15/include/linux/
Dfs_context.h234 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro
246 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
/Linux-v5.15/fs/gfs2/
Dops_fstype.c1558 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure()
1562 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure()
1566 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure()
1570 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure()
1574 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure()
1578 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure()
1596 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
/Linux-v5.15/kernel/cgroup/
Dcgroup-v1.c1073 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()