Home
last modified time | relevance | path

Searched full:user (Results 1 – 6 of 6) sorted by relevance

/littlefs-2.7.6/
DREADME.md100 usage for performance, and optional static buffers if the user wants to avoid
104 to the user to allocate, allowing multiple filesystems to be in use
105 simultaneously. With the `lfs_t` and configuration struct, a user can
110 structures must be provided by the user.
123 [lfs.h](lfs.h), or an error returned by the user's block device operations.
126 user may return a `LFS_ERR_CORRUPT` error if the implementation already can
DSPEC.md542 Attaches a user attribute to an id.
544 littlefs has a concept of "user attributes". These are small user-provided
548 Each user attribute is uniquely identified by an 8-bit type which is stored in
549 the chunk field, and the user attribute itself can be found in the tag's data.
551 There are currently no standard user attributes and a portable littlefs
552 implementation should work with any user attributes missing.
554 Layout of the user-attr tag:
567 User-attr fields:
569 1. **Attr type (8-bits)** - Type of the user attributes.
571 2. **Attr data** - The data associated with the user attribute.
Dlfs.h152 // Opaque user provided context that can be used to pass
157 // to the user.
162 // been erased. Negative error codes are propogated to the user.
169 // are propogated to the user.
174 // are propogated to the user.
263 // 8-bit type of attribute, provided by user and used to
D.travis.yml124 qemu-user
153 qemu-user
182 qemu-user
331 git config user.name "geky bot"
332 git config user.email "bot@geky.net"
Dlfs_util.c9 // Only compile if user does not provide custom config
DDESIGN.md1836 it isn't user facing and we can handle the corner cases internally.
1844 file as moving in order to make the move atomic from the user perspective.