Lines Matching defs:ocfs2_inode_info
16 struct ocfs2_inode_info struct
18 u64 ip_blkno;
20 struct ocfs2_lock_res ip_rw_lockres;
21 struct ocfs2_lock_res ip_inode_lockres;
22 struct ocfs2_lock_res ip_open_lockres;
25 struct rw_semaphore ip_alloc_sem;
28 struct rw_semaphore ip_xattr_sem;
31 spinlock_t ip_lock;
32 u32 ip_open_count;
33 struct list_head ip_io_markers;
34 u32 ip_clusters;
36 u16 ip_dyn_features;
37 struct mutex ip_io_mutex;
38 u32 ip_flags; /* see below */
39 u32 ip_attr; /* inode attributes */
42 struct list_head ip_unwritten_list;
45 struct inode *ip_next_orphan;
47 struct ocfs2_caching_info ip_metadata_cache;
48 struct ocfs2_extent_map ip_extent_map;
49 struct inode vfs_inode;
50 struct jbd2_inode ip_jinode;
52 u32 ip_dir_start_lookup;
55 u32 ip_last_used_slot;
56 u64 ip_last_used_group;
57 u32 ip_dir_lock_gen;
59 struct ocfs2_alloc_reservation ip_la_data_resv;
65 tid_t i_sync_tid;
66 tid_t i_datasync_tid;
68 struct dquot *i_dquot[MAXQUOTAS];