Home
last modified time | relevance | path

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

/linux/fs/
A 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()
A Dfs_parser.c114 return -ENOPARAM; in __fs_parse()
/linux/include/linux/
A Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
A Dlsm_hook_defs.h59 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
A Dsecurity.h631 return -ENOPARAM; in security_fs_context_parse_param()
/linux/fs/ramfs/
A Dinode.c207 if (opt == -ENOPARAM) { in ramfs_parse_param()
209 if (opt != -ENOPARAM) in ramfs_parse_param()
/linux/lib/
A Derrname.c186 E(ENOPARAM),
/linux/kernel/cgroup/
A Dcgroup-v1.c913 if (opt == -ENOPARAM) { in cgroup1_parse_param()
917 if (ret != -ENOPARAM) in cgroup1_parse_param()
/linux/security/integrity/ima/
A Dima_main.c1020 return -ENOPARAM; in ima_measure_critical_data()
/linux/kernel/bpf/
A Dinode.c656 return opt == -ENOPARAM ? 0 : opt; in bpf_parse_param()
/linux/fs/erofs/
A Dsuper.c563 return -ENOPARAM; in erofs_fc_parse_param()
/linux/fs/ceph/
A Dsuper.c294 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/linux/Documentation/filesystems/
A Dmount_api.rst808 If the parameter isn't matched, -ENOPARAM will be returned; if the
/linux/security/
A Dsecurity.c889 return call_int_hook(fs_context_parse_param, -ENOPARAM, fc, param); in security_fs_context_parse_param()
/linux/drivers/block/
A Drbd.c6244 if (ret != -ENOPARAM) in rbd_parse_param()
6250 if (token == -ENOPARAM) in rbd_parse_param()
/linux/drivers/usb/gadget/function/
A Df_fs.c1542 return -ENOPARAM; in ffs_fs_parse_param()

Completed in 52 milliseconds