Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
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()
533 if (ret != -ENOPARAM) in legacy_parse_param()
Dfs_parser.c114 return -ENOPARAM; in __fs_parse()
/Linux-v6.1/include/linux/
Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
Dlsm_hook_defs.h59 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
Dsecurity.h636 return -ENOPARAM; in security_fs_context_parse_param()
/Linux-v6.1/fs/ramfs/
Dinode.c207 if (opt == -ENOPARAM) { in ramfs_parse_param()
209 if (opt != -ENOPARAM) in ramfs_parse_param()
/Linux-v6.1/lib/
Derrname.c186 E(ENOPARAM),
/Linux-v6.1/kernel/bpf/
Dinode.c656 if (opt == -ENOPARAM) { in bpf_parse_param()
658 if (opt != -ENOPARAM) in bpf_parse_param()
/Linux-v6.1/kernel/cgroup/
Dcgroup-v1.c929 if (opt == -ENOPARAM) { in cgroup1_parse_param()
933 if (ret != -ENOPARAM) in cgroup1_parse_param()
/Linux-v6.1/security/integrity/ima/
Dima_main.c1038 return -ENOPARAM; in ima_measure_critical_data()
/Linux-v6.1/fs/erofs/
Dsuper.c601 return -ENOPARAM; in erofs_fc_parse_param()
/Linux-v6.1/security/
Dsecurity.c895 int rc = -ENOPARAM; in security_fs_context_parse_param()
902 else if (trc != -ENOPARAM) in security_fs_context_parse_param()
/Linux-v6.1/fs/ceph/
Dsuper.c405 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/Linux-v6.1/fs/nfs/
Dfs_context.c488 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()
/Linux-v6.1/Documentation/filesystems/
Dmount_api.rst808 If the parameter isn't matched, -ENOPARAM will be returned; if the
/Linux-v6.1/drivers/block/
Drbd.c6240 if (ret != -ENOPARAM) in rbd_parse_param()
6246 if (token == -ENOPARAM) in rbd_parse_param()
/Linux-v6.1/drivers/usb/gadget/function/
Df_fs.c1552 return -ENOPARAM; in ffs_fs_parse_param()