Lines Matching defs:inode
115 #define OCFS2_LOCK_LOCAL (0x00000008) /* newly created inode */
151 /* Storing max wait in usecs saves 24 bytes per inode */
268 OCFS2_MOUNT_INODE64 = 1 << 7, /* Allow inode numbers > 2^32 */
298 struct inode *root_inode;
299 struct inode *sys_root_inode;
300 struct inode *global_system_inodes[NUM_GLOBAL_SYSTEM_INODES];
301 struct inode **local_system_inodes;
428 struct inode *osb_tl_inode;
481 static inline int ocfs2_should_order_data(struct inode *inode)
483 if (!S_ISREG(inode->i_mode))
485 if (OCFS2_SB(inode->i_sb)->s_mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)