Home
last modified time | relevance | path

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

/Linux-v5.10/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.h614 return -ENOPARAM; in security_fs_context_parse_param()
/Linux-v5.10/fs/
Dfs_context.c79 return -ENOPARAM; in vfs_parse_sb_flag()
106 if (ret != -ENOPARAM) in vfs_parse_fs_param()
110 if (ret != -ENOPARAM) in vfs_parse_fs_param()
118 if (ret != -ENOPARAM) in vfs_parse_fs_param()
Dfs_parser.c114 return -ENOPARAM; in __fs_parse()
/Linux-v5.10/lib/
Derrname.c185 E(ENOPARAM),
/Linux-v5.10/fs/ramfs/
Dinode.c203 if (opt == -ENOPARAM) in ramfs_parse_param()
/Linux-v5.10/fs/erofs/
Dsuper.c274 return -ENOPARAM; in erofs_fc_parse_param()
/Linux-v5.10/kernel/bpf/
Dinode.c655 return opt == -ENOPARAM ? 0 : opt; in bpf_parse_param()
/Linux-v5.10/kernel/cgroup/
Dcgroup-v1.c909 if (opt == -ENOPARAM) { in cgroup1_parse_param()
/Linux-v5.10/fs/ceph/
Dsuper.c293 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/Linux-v5.10/Documentation/filesystems/
Dmount_api.rst808 If the parameter isn't matched, -ENOPARAM will be returned; if the
/Linux-v5.10/security/
Dsecurity.c864 return call_int_hook(fs_context_parse_param, -ENOPARAM, fc, param); in security_fs_context_parse_param()
/Linux-v5.10/drivers/block/
Drbd.c6325 if (ret != -ENOPARAM) in rbd_parse_param()
6331 if (token == -ENOPARAM) in rbd_parse_param()
/Linux-v5.10/drivers/usb/gadget/function/
Df_fs.c1540 return -ENOPARAM; in ffs_fs_parse_param()