Home
last modified time | relevance | path

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

/linux/fs/
H 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()
588 return invalf(fc, "VFS: Legacy: Can't mix monolithic and individual options"); in legacy_parse_param()
598 return invalf(fc, "VFS: Legacy: Parameter type for '%s' not supported", in legacy_parse_param()
603 return invalf(fc, "VFS: Legacy: Cumulative options too large"); in legacy_parse_param()
607 return invalf(fc, "VFS: Legacy: Option '%s' contained comma", in legacy_parse_param()
H A Dfs_parser.c168 return invalf(fc, "%s: not usable as path", param->key); in fs_lookup_param()
H A Dsuper.c1613 return invalf(fc, "No source specified"); in get_tree_bdev_flags()
/linux/fs/proc/
H A Droot.c66 return invalf(fc, "proc: unexpected type of hidepid value\n"); in proc_parse_hidepid_param()
70 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param()
84 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param()
103 return invalf(fc, "proc: unsupported subset option - %s\n", value); in proc_parse_subset_param()
/linux/fs/coda/
H A Dinode.c130 return invalf(fc, "coda: Not coda psdev"); in coda_set_idx()
134 return invalf(fc, "coda: Bad minor number"); in coda_set_idx()
186 return invalf(fc, "coda: Bad mount data"); in coda_parse_monolithic()
189 return invalf(fc, "coda: Bad mount version"); in coda_parse_monolithic()
/linux/drivers/mtd/
H A Dmtdsuper.c107 return invalf(fc, "No source specified"); in get_tree_mtd()
/linux/fs/autofs/
H A Dinode.c343 return invalf(fc, "Could not find process group %d", in autofs_fill_super()
375 return invalf(fc, "No control pipe specified"); in autofs_get_tree()
/linux/arch/s390/hypfs/
H 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/
H A Dfs_context.h239 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux/fs/ntfs3/
H A Dsuper.c334 return invalf(fc, "ntfs3: Invalid value for umask."); in ntfs_fs_parse_param()
342 return invalf(fc, "ntfs3: Invalid value for dmask."); in ntfs_fs_parse_param()
348 return invalf(fc, "ntfs3: Invalid value for fmask."); in ntfs_fs_parse_param()
381 return invalf( in ntfs_fs_parse_param()
433 return invalf( in ntfs_fs_reconfigure()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c626 return invalf(fc, "Unknown uid"); in spufs_parse_param()
632 return invalf(fc, "Unknown gid"); in spufs_parse_param()
/linux/fs/afs/
H A Dsuper.c235 return invalf(fc, "kAFS: Multiple sources not supported"); in afs_parse_source()
/linux/fs/erofs/
H A Dsuper.c703 return invalf(fc, "No source specified"); in erofs_fc_get_tree()
/linux/fs/ubifs/
H A Dsuper.c2079 return ERR_PTR(invalf(fc, "Invalid source name")); in open_ubi()
2242 return invalf(fc, "No source specified"); in ubifs_get_tree()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2009 return invalf(fc, "%s: unmapped value: %u", param->key, result.uint_32); in ffs_fs_parse_param()
2022 return invalf(fc, "No source specified"); in ffs_fs_get_tree()