Home
last modified time | relevance | path

Searched refs:invalf (Results 1 – 13 of 13) sorted by relevance

/linux/fs/
A Dfs_context.c100 return invalf(fc, "Non-string source"); in vfs_parse_fs_param_source()
103 return invalf(fc, "Multiple sources"); in vfs_parse_fs_param_source()
132 return invalf(fc, "Unnamed parameter\n"); in vfs_parse_fs_param()
158 return invalf(fc, "%s: Unknown parameter '%s'", in vfs_parse_fs_param()
537 return invalf(fc, "VFS: Legacy: Can't mix monolithic and individual options"); in legacy_parse_param()
547 return invalf(fc, "VFS: Legacy: Parameter type for '%s' not supported", in legacy_parse_param()
552 return invalf(fc, "VFS: Legacy: Cumulative options too large"); in legacy_parse_param()
556 return invalf(fc, "VFS: Legacy: Option '%s' contained comma", in legacy_parse_param()
A Dfs_parser.c165 return invalf(fc, "%s: not usable as path", param->key); in fs_lookup_param()
A Dsuper.c1243 return invalf(fc, "No source specified"); in get_tree_bdev()
/linux/fs/proc/
A Droot.c69 return invalf(fc, "proc: unexpected type of hidepid value\n"); in proc_parse_hidepid_param()
73 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param()
87 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param()
106 return invalf(fc, "proc: unsupported subset option - %s\n", value); in proc_parse_subset_param()
/linux/fs/ntfs3/
A Dsuper.c290 return invalf(fc, "ntfs3: Invalid value for uid."); in ntfs_fs_parse_param()
295 return invalf(fc, "ntfs3: Invalid value for gid."); in ntfs_fs_parse_param()
299 return invalf(fc, "ntfs3: Invalid value for umask."); in ntfs_fs_parse_param()
307 return invalf(fc, "ntfs3: Invalid value for dmask."); in ntfs_fs_parse_param()
313 return invalf(fc, "ntfs3: Invalid value for fmask."); in ntfs_fs_parse_param()
337 return invalf(fc, "ntfs3: Support for ACL not compiled in!"); in ntfs_fs_parse_param()
383 return invalf(fc, "ntfs3: Cannot use different iocharset when remounting!"); in ntfs_fs_reconfigure()
/linux/fs/jffs2/
A Dsuper.c204 return invalf(fc, "jffs2: rp_size unrepresentable"); in jffs2_parse_param()
269 return invalf(fc, "jffs2: Too large reserve pool specified, max is %llu KB", in jffs2_fill_super()
/linux/drivers/mtd/
A Dmtdsuper.c130 return invalf(fc, "No source specified"); in get_tree_mtd()
/linux/arch/s390/hypfs/
A Dinode.c234 return invalf(fc, "Unknown uid"); in hypfs_parse_param()
240 return invalf(fc, "Unknown gid"); in hypfs_parse_param()
/linux/include/linux/
A Dfs_context.h244 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux/arch/powerpc/platforms/cell/spufs/
A Dinode.c625 return invalf(fc, "Unknown uid"); in spufs_parse_param()
631 return invalf(fc, "Unknown gid"); in spufs_parse_param()
/linux/fs/nfs/
A Dinternal.h151 invalf(fc, fmt, ## __VA_ARGS__) : \
155 invalf(fc, fmt, ## __VA_ARGS__) : \
/linux/fs/afs/
A Dsuper.c234 return invalf(fc, "kAFS: Multiple sources not supported"); in afs_parse_source()
/linux/drivers/usb/gadget/function/
A Df_fs.c1548 return invalf(fc, "%s: unmapped value: %u", param->key, result.uint_32); in ffs_fs_parse_param()
1563 return invalf(fc, "No source specified"); in ffs_fs_get_tree()

Completed in 41 milliseconds