Lines Matching defs:ocfs2_inode_info
18 struct ocfs2_inode_info struct
20 u64 ip_blkno;
22 struct ocfs2_lock_res ip_rw_lockres;
23 struct ocfs2_lock_res ip_inode_lockres;
24 struct ocfs2_lock_res ip_open_lockres;
27 struct rw_semaphore ip_alloc_sem;
30 struct rw_semaphore ip_xattr_sem;
33 spinlock_t ip_lock;
34 u32 ip_open_count;
35 struct list_head ip_io_markers;
36 u32 ip_clusters;
38 u16 ip_dyn_features;
39 struct mutex ip_io_mutex;
40 u32 ip_flags; /* see below */
41 u32 ip_attr; /* inode attributes */
44 struct list_head ip_unwritten_list;
47 struct inode *ip_next_orphan;
49 struct ocfs2_caching_info ip_metadata_cache;
50 struct ocfs2_extent_map ip_extent_map;
51 struct inode vfs_inode;
52 struct jbd2_inode ip_jinode;
54 u32 ip_dir_start_lookup;
57 u32 ip_last_used_slot;
58 u64 ip_last_used_group;
59 u32 ip_dir_lock_gen;
61 struct ocfs2_alloc_reservation ip_la_data_resv;
67 tid_t i_sync_tid;
68 tid_t i_datasync_tid;
70 struct dquot *i_dquot[MAXQUOTAS];