Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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-6.15/fs/jffs2/
H A Dsuper.c206 return invalf(fc, "jffs2: rp_size unrepresentable"); in jffs2_parse_param()
271 return invalf(fc, "jffs2: Too large reserve pool specified, max is %llu KB", in jffs2_fill_super()
/linux-6.15/drivers/mtd/
H A Dmtdsuper.c107 return invalf(fc, "No source specified"); in get_tree_mtd()
/linux-6.15/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-6.15/arch/s390/hypfs/
H A Dinode.c235 return invalf(fc, "Unknown uid"); in hypfs_parse_param()
241 return invalf(fc, "Unknown gid"); in hypfs_parse_param()
/linux-6.15/include/linux/
H A Dfs_context.h237 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-6.15/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-6.15/fs/efs/
H A Dsuper.c257 return invalf(fc, "device does not support %d byte blocks\n", in efs_fill_super()
/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dinode.c669 return invalf(fc, "Unknown uid"); in spufs_parse_param()
675 return invalf(fc, "Unknown gid"); in spufs_parse_param()
/linux-6.15/fs/nfs/
H A Dinternal.h174 invalf(fc, fmt, ## __VA_ARGS__) : \
178 invalf(fc, fmt, ## __VA_ARGS__) : \
/linux-6.15/fs/devpts/
H A Dinode.c251 return invalf(fc, "max out of range"); in devpts_parse_param()
/linux-6.15/fs/afs/
H A Dsuper.c233 return invalf(fc, "kAFS: Multiple sources not supported"); in afs_parse_source()
/linux-6.15/fs/erofs/
H A Dsuper.c695 return invalf(fc, "No source specified"); in erofs_fc_get_tree()
/linux-6.15/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-6.15/fs/fuse/
H A Dvirtio_fs.c1673 return invalf(fsc, "No source specified"); in virtio_fs_get_tree()
/linux-6.15/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()