Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cramfs/
H A 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()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dsuper.c408 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode()
432 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param()
442 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param()
449 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
551 errorfc(fc, "DAX unsupported by block device. Turning off DAX."); in erofs_fc_fill_super()
/OK3568_Linux_fs/kernel/include/linux/
H A 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)
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dops_fstype.c1533 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure()
1537 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure()
1541 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure()
1545 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure()
1549 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure()
1553 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure()
1569 errorfc(fc, "unable to remount read-only"); in gfs2_reconfigure()
1573 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
/OK3568_Linux_fs/kernel/fs/ceph/
H A 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()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c1095 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()