Lines Matching full:filesystem
11 Porting Your Filesystem
20 There are several reasons to convert a filesystem to iomap:
24 into the filesystem to return a mapping for only that page.
37 4. Lower maintenance overhead for individual filesystem maintainers.
42 filesystem using iomap.
44 How Do I Convert a Filesystem?
48 ``select FS_IOMAP`` to your filesystem's Kconfig option.
50 variety of your filesystem's supported configurations to build a
64 Next, modify the filesystem's ``get_block(create = false)``
96 w/ DIO enabled in earnest on filesystem.
101 This will get the entire filesystem using the new mapping functions, and
118 for every filesystem.