Lines Matching defs:size
53 * @ksize: Actual size of the data pointed to by @dst.
54 * @ksize_min: Minimal required size to be copied.
56 * @usize: (Alleged) size of the data pointed to by @src.
68 /* Checks size ranges. */
94 * struct size.
118 const size_t size, loff_t *const ppos)
125 const char __user *const buf, const size_t size,
151 * @size: Size of the pointed &struct landlock_ruleset_attr (needed for
158 * If @flags is %LANDLOCK_CREATE_RULESET_VERSION and @attr is NULL and @size is
165 * - %EINVAL: unknown @flags, or unknown access, or too small @size;
166 * - %E2BIG or %EFAULT: @attr or @size inconsistencies;
171 const size_t, size, const __u32, flags)
185 !size)
194 attr, size);