Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c79 return -ENOPARAM; in vfs_parse_sb_flag()
97 return -ENOPARAM; in vfs_parse_fs_param_source()
135 if (ret != -ENOPARAM) in vfs_parse_fs_param()
139 if (ret != -ENOPARAM) in vfs_parse_fs_param()
147 if (ret != -ENOPARAM) in vfs_parse_fs_param()
155 if (ret != -ENOPARAM) in vfs_parse_fs_param()
585 if (ret != -ENOPARAM) in legacy_parse_param()
H A Dfs_parser.c115 return -ENOPARAM; in __fs_parse()
/linux/include/linux/
H A Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
H A Dlsm_hook_defs.h60 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
H A Dsecurity.h762 return -ENOPARAM; in security_fs_context_parse_param()
/linux/fs/ramfs/
H A Dinode.c238 if (opt == -ENOPARAM) { in ramfs_parse_param()
240 if (opt != -ENOPARAM) in ramfs_parse_param()
/linux/rust/kernel/
H A Derror.rs78 declare_err!(ENOPARAM, "Parameter not supported.");
/linux/lib/
H A Derrname.c186 E(ENOPARAM),
/linux/kernel/bpf/
H A Dinode.c831 if (opt == -ENOPARAM) { in bpf_parse_param()
833 if (opt != -ENOPARAM) in bpf_parse_param()
/linux/kernel/cgroup/
H A Dcgroup-v1.c949 if (opt == -ENOPARAM) { in cgroup1_parse_param()
953 if (ret != -ENOPARAM) in cgroup1_parse_param()
/linux/fs/debugfs/
H A Dinode.c115 if (opt == -ENOPARAM) in debugfs_parse_param()
/linux/security/integrity/ima/
H A Dima_main.c1163 return -ENOPARAM; in ima_measure_critical_data()
/linux/security/
H A Dsecurity.c1424 int rc = -ENOPARAM; in security_fs_context_parse_param()
1430 else if (trc != -ENOPARAM) in security_fs_context_parse_param()
/linux/fs/ceph/
H A Dsuper.c410 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/linux/fs/nfs/
H A Dfs_context.c600 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()
/linux/fs/fat/
H A Dinode.c1172 if (opt == -ENOPARAM) { in fat_parse_param()
/linux/drivers/ufs/host/
H A Dufs-mediatek.c2179 return -ENOPARAM; in ufs_mtk_config_mcq_irq()
/linux/Documentation/filesystems/
H A Dmount_api.rst794 If the parameter isn't matched, -ENOPARAM will be returned; if the
/linux/drivers/block/
H A Drbd.c6259 if (ret != -ENOPARAM) in rbd_parse_param()
6265 if (token == -ENOPARAM) in rbd_parse_param()
/linux/drivers/usb/gadget/function/
H A Df_fs.c1993 return -ENOPARAM; in ffs_fs_parse_param()