Home
last modified time | relevance | path

Searched defs:pohmelfs_inode (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/pohmelfs/
Dnetfs.h283 struct pohmelfs_inode { struct
284 struct list_head inode_entry; /* Entry in superblock list.
288 struct rb_root hash_root; /* The same, but indexed by name hash and len */
289 struct mutex offset_lock; /* Protect both above trees */
291 struct list_head sync_create_list; /* List of created but not yet synced to the server children */
293 unsigned int drop_count;
295 int lock_type; /* How this inode is locked: read or write */
297 int error; /* Transaction error for given inode */
299 long state; /* State machine above */
301 u64 ino; /* Inode number */
[all …]