Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsuper.c438 errorfc(fc, "dax options not supported"); in erofs_fc_set_dax_mode()
491 errorfc(fc, "{,no}user_xattr options not supported"); in erofs_fc_parse_param()
499 errorfc(fc, "{,no}acl options not supported"); in erofs_fc_parse_param()
507 errorfc(fc, "compression not supported, cache_strategy ignored"); in erofs_fc_parse_param()
540 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
548 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
559 errorfc(fc, "%s option not supported", erofs_fs_parameters[opt].name); in erofs_fc_parse_param()
663 errorfc(fc, "domain_id is needed when inode_share is on"); in erofs_fc_fill_super()
667 errorfc(fc, "FSDAX is not allowed when inode_share is on"); in erofs_fc_fill_super()
707 errorfc(fc, "failed to set initial blksize"); in erofs_fc_fill_super()
[all …]
/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.c1117 errorfc(fc, "Can't set test_dummy_encryption on remount"); in ceph_apply_test_dummy_encryption()
1126 errorfc(fc, "Conflicting test_dummy_encryption options"); in ceph_apply_test_dummy_encryption()
/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.c874 errorfc(fc, "VFS: Mounting from non-initial user namespace is not allowed"); in sget_fc()