Lines Matching refs:and

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
11 time attributes and more. Each object is addressed by a 64bit ID, and is
13 attached to it, which are integral part of the object and provide metadata about
31 1. Download and compile exofs and open-osd initiator:
42 module. Use whatever parameters you compiled your Kernel with and
46 2. Get the OSD initiator and target set up properly, and login to the target.
64 performed and a clean file system will be created in the specified pid,
68 If pid already exists, it will be deleted and a new one will be created in
85 do-exofs format - an example of how to format and mkfs a new exofs.
88 CONFIG_EXOFS_DEBUG - for debug messages and extra checks.
115 above can be empty and is ignored.
131 * Each file resides in its own object and contains the data (and it will be
135 * A directory is treated as a file, and essentially contains a list of <file
137 IDs correspond to the files' inode numbers and will be allocated according to
142 attributes. This applies to both regular files and other types (directories,
145 * Credentials are generated per object (inode and superblock) when they are
147 operations and is used as long as the object remains in memory.
151 readpage, writepage, update_inode, and truncate. The following pairs of
152 operations should execute in the order written, and we need to prevent them
154 - The following are handled with the OBJ_CREATED and OBJ_2BCREATED
156 in create's callback function, and when we successfully do a
165 would be locked, and so it would really be the same as
183 version 2.6.10). All files include the original copyrights, and the license