Searched defs:pohmelfs_inode (Results 1 – 1 of 1) sorted by relevance
283 struct pohmelfs_inode { struct284 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 …]