Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
H A Dlsm_hook_defs.h59 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
H A Dsecurity.h618 return -ENOPARAM; in security_fs_context_parse_param()
/OK3568_Linux_fs/kernel/fs/
H A 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()
H A Dfs_parser.c114 return -ENOPARAM; in __fs_parse()
/OK3568_Linux_fs/kernel/lib/
H A Derrname.c185 E(ENOPARAM),
/OK3568_Linux_fs/kernel/fs/ramfs/
H A Dinode.c203 if (opt == -ENOPARAM) in ramfs_parse_param()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dinode.c655 return opt == -ENOPARAM ? 0 : opt; in bpf_parse_param()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dsuper.c461 return -ENOPARAM; in erofs_fc_parse_param()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c834 int rc = -ENOPARAM; in security_fs_context_parse_param()
841 else if (trc != -ENOPARAM) in security_fs_context_parse_param()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c931 if (opt == -ENOPARAM) { in cgroup1_parse_param()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c294 if (ret != -ENOPARAM) in ceph_parse_mount_param()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst808 If the parameter isn't matched, -ENOPARAM will be returned; if the
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c6317 if (ret != -ENOPARAM) in rbd_parse_param()
6323 if (token == -ENOPARAM) in rbd_parse_param()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c1556 return -ENOPARAM; in ffs_fs_parse_param()