Lines Matching defs:const
59 copy_min_struct_from_user(void *const dst, const size_t ksize,
60 const size_t ksize_min, const void __user *const src,
61 const size_t usize)
108 static int fop_ruleset_release(struct inode *const inode,
109 struct file *const filp)
117 static ssize_t fop_dummy_read(struct file *const filp, char __user *const buf,
118 const size_t size, loff_t *const ppos)
124 static ssize_t fop_dummy_write(struct file *const filp,
125 const char __user *const buf, const size_t size,
126 loff_t *const ppos)
138 static const struct file_operations ruleset_fops = {
170 const struct landlock_ruleset_attr __user *const, attr,
171 const size_t, size, const __u32, flags)
220 static struct landlock_ruleset *get_ruleset_from_fd(const int fd,
221 const fmode_t mode)
256 static int get_path_from_fd(const s32 fd, struct path *const path)
317 SYSCALL_DEFINE4(landlock_add_rule, const int, ruleset_fd,
318 const enum landlock_rule_type, rule_type,
319 const void __user *const, rule_attr, const __u32, flags)
409 SYSCALL_DEFINE2(landlock_restrict_self, const int, ruleset_fd, const __u32,