Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
/linux/fs/ramfs/
H A Dinode.c236 if (opt == -ENOPARAM) { in ramfs_parse_param()
238 if (opt != -ENOPARAM) in ramfs_parse_param()
/linux/lib/
H A Derrname.c186 E(ENOPARAM),
/linux/rust/kernel/
H A Derror.rs79 declare_err!(ENOPARAM, "Parameter not supported.");
/linux/kernel/bpf/
H A Dinode.c818 if (opt == -ENOPARAM) { in bpf_parse_param()
820 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/drivers/gpu/drm/
H A Ddrm_gem.c129 return -ENOPARAM; in drm_gem_huge_mnt_create()
132 return -ENOPARAM; in drm_gem_huge_mnt_create()
/linux/fs/9p/
H A Dv9fs.c229 if (opt == -ENOPARAM) in v9fs_parse_param()
/linux/fs/debugfs/
H A Dinode.c115 if (opt == -ENOPARAM) in debugfs_parse_param()
/linux/security/integrity/ima/
H A Dima_main.c1215 return -ENOPARAM;
/linux/security/
H A Dsecurity.c903 int rc = -ENOPARAM; in security_fs_context_parse_param()
909 else if (trc != -ENOPARAM) in security_fs_context_parse_param()
/linux/fs/nfs/
H A Dfs_context.c600 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()
/linux/fs/ceph/
H A Dsuper.c414 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/linux/drivers/block/
H A Drbd.c6268 if (ret != -ENOPARAM) in rbd_parse_param()
6274 if (token == -ENOPARAM) in rbd_parse_param()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2004 return -ENOPARAM; in ffs_fs_parse_param()