Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
Dsecurity.h595 return -ENOPARAM; in security_fs_context_parse_param()
/Linux-v5.4/fs/
Dfs_context.c107 return -ENOPARAM; in vfs_parse_sb_flag()
134 if (ret != -ENOPARAM) in vfs_parse_fs_param()
138 if (ret != -ENOPARAM) in vfs_parse_fs_param()
146 if (ret != -ENOPARAM) in vfs_parse_fs_param()
Dfs_parser.c86 int ret = -ENOPARAM, b; in fs_parse()
242 return -ENOPARAM; in fs_parse()
/Linux-v5.4/fs/ramfs/
Dinode.c208 if (opt == -ENOPARAM) in ramfs_parse_param()
/Linux-v5.4/kernel/bpf/
Dinode.c615 return opt == -ENOPARAM ? 0 : opt; in bpf_parse_param()
/Linux-v5.4/kernel/cgroup/
Dcgroup-v1.c914 if (opt == -ENOPARAM) { in cgroup1_parse_param()
/Linux-v5.4/security/
Dsecurity.c807 return call_int_hook(fs_context_parse_param, -ENOPARAM, fc, param); in security_fs_context_parse_param()
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt718 If the parameter isn't matched, -ENOPARAM will be returned; if the
/Linux-v5.4/drivers/usb/gadget/function/
Df_fs.c1553 return -ENOPARAM; in ffs_fs_parse_param()