Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsuper.c442 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode()
461 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param()
469 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param()
477 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
524 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
529 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
540 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
643 errorfc(fc, "domain_id is needed when inode_ishare is on"); in erofs_fc_fill_super()
647 errorfc(fc, "FSDAX is not allowed when inode_ishare is on"); in erofs_fc_fill_super()
689 errorfc(fc, "failed to set initial blksize"); in erofs_fc_fill_super()
[all …]
/linux/fs/proc/
H A Droot.c139 errorfc(fc, "could not get file from pidns argument"); in proc_parse_pidns_param()
155 errorfc(fc, "insufficient permissions to set pidns"); in proc_parse_pidns_param()
206 errorfc(fc, "cannot reconfigure pidns for existing procfs"); in proc_parse_param()
214 errorfc(fc, "pidns mount flag not supported on this system"); in proc_parse_param()
/linux/fs/cramfs/
H A Dinode.c539 errorfc(fc, "wrong endianness"); in cramfs_read_super()
551 errorfc(fc, "wrong endianness"); in cramfs_read_super()
553 errorfc(fc, "wrong magic"); in cramfs_read_super()
560 errorfc(fc, "unsupported filesystem features"); in cramfs_read_super()
566 errorfc(fc, "root is not a directory"); in cramfs_read_super()
590 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
/linux/include/linux/
H A Dfs_context.h238 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro
252 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
/linux/fs/ceph/
H A Dcache.c101 errorfc(fc, "Unable to register fscache cookie for %s", name); in ceph_fscache_register_fs()
H A Dsuper.c1109 errorfc(fc, "Can't set test_dummy_encryption on remount"); in ceph_apply_test_dummy_encryption()
1118 errorfc(fc, "Conflicting test_dummy_encryption options"); in ceph_apply_test_dummy_encryption()
/linux/fs/gfs2/
H A Dops_fstype.c1566 errorfc(fc, "reconfiguration of locking protocol not allowed"); in gfs2_reconfigure()
1570 errorfc(fc, "reconfiguration of lock table not allowed"); in gfs2_reconfigure()
1574 errorfc(fc, "reconfiguration of host data not allowed"); in gfs2_reconfigure()
1578 errorfc(fc, "reconfiguration of spectator mode not allowed"); in gfs2_reconfigure()
1582 errorfc(fc, "reconfiguration of localflocks not allowed"); in gfs2_reconfigure()
1586 errorfc(fc, "switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure()
1598 errorfc(fc, "unable to remount read-write"); in gfs2_reconfigure()
/linux/kernel/cgroup/
H A Dcgroup-v1.c1117 errorfc(fc, "option or name mismatch, new: 0x%x \"%s\", old: 0x%x \"%s\"", in cgroup1_reconfigure()
/linux/fs/
H A Dsuper.c750 errorfc(fc, "VFS: Mounting from non-initial user namespace is not allowed"); in sget_fc()