Lines Matching defs:ocfs2_inode_info
32 struct ocfs2_inode_info struct
34 u64 ip_blkno;
36 struct ocfs2_lock_res ip_rw_lockres;
37 struct ocfs2_lock_res ip_inode_lockres;
38 struct ocfs2_lock_res ip_open_lockres;
41 struct rw_semaphore ip_alloc_sem;
44 struct rw_semaphore ip_xattr_sem;
47 atomic_t ip_unaligned_aio;
50 spinlock_t ip_lock;
51 u32 ip_open_count;
52 struct list_head ip_io_markers;
53 u32 ip_clusters;
55 u16 ip_dyn_features;
56 struct mutex ip_io_mutex;
57 u32 ip_flags; /* see below */
58 u32 ip_attr; /* inode attributes */
61 struct inode *ip_next_orphan;
63 struct ocfs2_caching_info ip_metadata_cache;
64 struct ocfs2_extent_map ip_extent_map;
65 struct inode vfs_inode;
66 struct jbd2_inode ip_jinode;
68 u32 ip_dir_start_lookup;
71 u32 ip_last_used_slot;
72 u64 ip_last_used_group;
73 u32 ip_dir_lock_gen;
75 struct ocfs2_alloc_reservation ip_la_data_resv;