Lines Matching refs:backed
58 1) Block device backed filesystems, such as ext2 and vfat.
61 through. The source argument for block backed filesystems is a path to a
66 Block backed filesystems are the "conventional" filesystem type most people
70 2) Server backed filesystems, such as cifs/samba or fuse.
83 A lot of server backed filesystems want to open their own connection so they
93 These are also known as "pipe backed" filesystems (or "network filesystems"
95 Conceptually they're char device backed filesystems (analogus to the block
96 device backed ones), but you don't commonly specify a character device in
100 3) Ram backed filesystems, such as ramfs and tmpfs.
123 block device and mount it with a block device backed filesystem driver.
125 backed filesystems: one driver provides /dev/ram0 and the second driver mounts