Searched defs:hmdfs_inode_info (Results 1 – 1 of 1) sorted by relevance
68 struct hmdfs_inode_info { struct69 struct inode *lower_inode; // for local/merge inode70 struct hmdfs_peer *conn; // for remote inode71 struct kref ref;72 spinlock_t fid_lock;73 struct hmdfs_fid fid;74 unsigned long fid_flags;75 wait_queue_head_t fid_wq;76 __u8 inode_type; // deprecated: use ino system instead77 atomic_t write_opened;[all …]