Lines Matching refs:system
5 exofs is a file system that uses an OSD and exports the API of a normal Linux
6 file system. Users access exofs like any other local file system, and exofs
21 To use this file system, you need to have an object store to run it on. You
58 As an example, this will create the file system on:
64 performed and a clean file system will be created in the specified pid,
76 6. Mount the file system.
84 do-exofs stop - an example of how to unmount the file system.
97 -t exofs: specifies the exofs file system
102 mount_exofs_directory: The directory to mount the file system on
123 * The file system control block (AKA on-disk superblock) resides in an object
125 Information included in the file system control block is used to fill the
127 the file system is used by mkexofs.c. It contains information such as:
128 - The file system's magic number
182 The exofs file system is based on ext2 v0.5b (distributed with the Linux kernel