Home
last modified time | relevance | path

Searched refs:ip_clusters (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dinode.h34 u32 ip_clusters; member
146 return (blkcnt_t)OCFS2_I(inode)->ip_clusters << c_to_s_bits; in ocfs2_inode_sector_count()
H A Dfile.c521 if (!status && OCFS2_I(inode)->ip_clusters == 0) in ocfs2_truncate_file()
587 BUG_ON(le32_to_cpu(fe->i_clusters) != OCFS2_I(inode)->ip_clusters); in ocfs2_extend_allocation()
629 prev_clusters = OCFS2_I(inode)->ip_clusters; in ocfs2_extend_allocation()
650 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()
679 OCFS2_I(inode)->ip_clusters, in ocfs2_extend_allocation()
1022 if (clusters_to_add < oi->ip_clusters) in ocfs2_extend_no_holes()
1025 clusters_to_add -= oi->ip_clusters; in ocfs2_extend_no_holes()
1028 ret = ocfs2_extend_allocation(inode, oi->ip_clusters, in ocfs2_extend_no_holes()
H A Dinode.c364 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_populate_inode()
1366 fe->i_clusters = cpu_to_le32(OCFS2_I(inode)->ip_clusters); in ocfs2_mark_inode_dirty()
1400 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_refresh_inode()