Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c65 return -ENOPARAM; in vfs_parse_sb_flag()
83 return -ENOPARAM; in vfs_parse_fs_param_source()
121 if (ret != -ENOPARAM) in vfs_parse_fs_param()
125 if (ret != -ENOPARAM) in vfs_parse_fs_param()
133 if (ret != -ENOPARAM) in vfs_parse_fs_param()
141 if (ret != -ENOPARAM) in vfs_parse_fs_param()
/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.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.rs78 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.c1198 return -ENOPARAM; in ima_measure_critical_data()
/linux/security/
H A Dsecurity.c878 int rc = -ENOPARAM; in security_fs_context_parse_param()
884 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.c413 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/linux/fs/fat/
H A Dinode.c1173 if (opt == -ENOPARAM) { in fat_parse_param()
/linux/drivers/ufs/host/
H A Dufs-mediatek.c2250 return -ENOPARAM; in ufs_mtk_config_mcq_irq()
/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()