Searched defs:mode (Results 1 - 5 of 5) sorted by relevance

/lib/
H A Dnotifier-error-inject.c20 static struct dentry *debugfs_create_errno(const char *name, umode_t mode, argument
23 return debugfs_create_file(name, mode, parent, value, &fops_errno);
53 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; local
80 if (!debugfs_create_errno("error", mode, action_dir,
H A Dfault-inject.c156 static struct dentry *debugfs_create_ul(const char *name, umode_t mode, argument
159 return debugfs_create_file(name, mode, parent, value, &fops_ul);
176 const char *name, umode_t mode,
179 return debugfs_create_file(name, mode, parent, value,
188 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; local
195 if (!debugfs_create_ul("probability", mode, dir, &attr->probability))
197 if (!debugfs_create_ul("interval", mode, dir, &attr->interval))
199 if (!debugfs_create_atomic_t("times", mode, dir, &attr->times))
201 if (!debugfs_create_atomic_t("space", mode, dir, &attr->space))
203 if (!debugfs_create_ul("verbose", mode, di
175 debugfs_create_stacktrace_depth( const char *name, umode_t mode, struct dentry *parent, unsigned long *value) argument
[all...]
/lib/xz/
H A Dxz_dec_stream.c51 /* Operation mode */
52 enum xz_mode mode; member in struct:xz_dec
577 * mode. Thus, update s->sequence before calling
713 * In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we
721 * In single-call mode, if we couldn't decode everything and no error
740 if (DEC_IS_SINGLE(s->mode))
747 if (DEC_IS_SINGLE(s->mode)) {
770 XZ_EXTERN struct xz_dec *xz_dec_init(enum xz_mode mode, uint32_t dict_max) argument
776 s->mode = mode;
[all...]
H A Dxz_dec_lzma2.c35 * In multi-call mode, also these are true:
40 * Most of these variables are size_t to support single-call mode,
64 * End of the dictionary buffer. In multi-call mode, this is
65 * the same as the dictionary size. In single-call mode, this
78 * Maximum allowed dictionary size in multi-call mode.
79 * This is ignored in single-call mode.
90 /* Operation mode */
91 enum xz_mode mode; member in struct:dictionary
283 * Reset the dictionary state. When in single-call mode, set up the beginning
288 if (DEC_IS_SINGLE(dict->mode)) {
1108 xz_dec_lzma2_create(enum xz_mode mode, uint32_t dict_max) argument
[all...]
/lib/zlib_inflate/
H A Dinflate.h51 (most modes can go to the BAD or MEM mode -- not shown for clarity)
73 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state

Completed in 83 milliseconds