Searched refs:ip_attr (Results 1 – 2 of 2) sorted by relevance
105 unsigned int flags = OCFS2_I(inode)->ip_attr; in ocfs2_get_inode_flags() 123 /* Propagate flags from i_flags to OCFS2_I(inode)->ip_attr */ in ocfs2_iget() 128 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_iget() 131 oi->ip_attr |= OCFS2_SYNC_FL; in ocfs2_iget() 133 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_iget() 135 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_iget() 137 oi->ip_attr |= OCFS2_NOATIME_FL; in ocfs2_iget() 139 oi->ip_attr |= OCFS2_DIRSYNC_FL; in ocfs2_iget() 399 OCFS2_I(inode)->ip_attr = le32_to_cpu(fe->i_attr); in ocfs2_populate_inode() 1402 fe->i_attr = cpu_to_le32(OCFS2_I(inode)->ip_attr); in ocfs2_refresh_inode() [all...]
39 u32 ip_attr; /* inode attributes */ member