ip_clusters       197 fs/ocfs2/alloc.c 	oi->ip_clusters = le32_to_cpu(di->i_clusters);
ip_clusters       225 fs/ocfs2/alloc.c 			(oi->ip_clusters != le32_to_cpu(rec->e_cpos)),
ip_clusters       230 fs/ocfs2/alloc.c 			rec->e_cpos, oi->ip_clusters);
ip_clusters      7259 fs/ocfs2/alloc.c 	if (OCFS2_I(inode)->ip_clusters == 0) {
ip_clusters      7276 fs/ocfs2/alloc.c 		OCFS2_I(inode)->ip_clusters,
ip_clusters       202 fs/ocfs2/aops.c 			mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)->ip_clusters);
ip_clusters      1586 fs/ocfs2/aops.c 	if (oi->ip_clusters != 0 || i_size_read(inode) != 0)
ip_clusters      3096 fs/ocfs2/dir.c 	extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters));
ip_clusters      3100 fs/ocfs2/dir.c 		u32 offset = OCFS2_I(dir)->ip_clusters;
ip_clusters      3222 fs/ocfs2/dir.c 	if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) {
ip_clusters      2175 fs/ocfs2/dlmglue.c 	lvb->lvb_iclusters = cpu_to_be32(oi->ip_clusters);
ip_clusters      2213 fs/ocfs2/dlmglue.c 	oi->ip_clusters = be32_to_cpu(lvb->lvb_iclusters);
ip_clusters      2221 fs/ocfs2/dlmglue.c 	if (S_ISLNK(inode->i_mode) && !oi->ip_clusters)
ip_clusters       514 fs/ocfs2/file.c 	if (!status && OCFS2_I(inode)->ip_clusters == 0)
ip_clusters       583 fs/ocfs2/file.c 	BUG_ON(le32_to_cpu(fe->i_clusters) != OCFS2_I(inode)->ip_clusters);
ip_clusters       625 fs/ocfs2/file.c 	prev_clusters = OCFS2_I(inode)->ip_clusters;
ip_clusters       646 fs/ocfs2/file.c 	clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters);
ip_clusters       675 fs/ocfs2/file.c 	     OCFS2_I(inode)->ip_clusters,
ip_clusters      1022 fs/ocfs2/file.c 	if (clusters_to_add < oi->ip_clusters)
ip_clusters      1025 fs/ocfs2/file.c 		clusters_to_add -= oi->ip_clusters;
ip_clusters      1028 fs/ocfs2/file.c 		ret = ocfs2_extend_allocation(inode, oi->ip_clusters,
ip_clusters       288 fs/ocfs2/inode.c 	OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters      1306 fs/ocfs2/inode.c 	fe->i_clusters = cpu_to_le32(OCFS2_I(inode)->ip_clusters);
ip_clusters      1340 fs/ocfs2/inode.c 	OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters        36 fs/ocfs2/inode.h 	u32				ip_clusters;
ip_clusters       149 fs/ocfs2/inode.h 	return (blkcnt_t)OCFS2_I(inode)->ip_clusters << c_to_s_bits;
ip_clusters       870 fs/ocfs2/journal.c 				 OCFS2_I(inode)->ip_clusters);
ip_clusters      1639 fs/ocfs2/journal.c 	OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters      1704 fs/ocfs2/namei.c 	    ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) {
ip_clusters      1355 fs/ocfs2/ocfs2_trace.h 		 unsigned int ip_clusters, unsigned long long i_size),
ip_clusters      1356 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ino, di_clusters, di_size, ip_clusters, i_size),
ip_clusters      1361 fs/ocfs2/ocfs2_trace.h 		__field(unsigned int, ip_clusters)
ip_clusters      1368 fs/ocfs2/ocfs2_trace.h 		__entry->ip_clusters = ip_clusters;
ip_clusters      1372 fs/ocfs2/ocfs2_trace.h 		  __entry->di_size, __entry->ip_clusters, __entry->i_size)
ip_clusters       933 fs/ocfs2/refcounttree.c 	if (oi->ip_clusters)
ip_clusters      4077 fs/ocfs2/refcounttree.c 	OCFS2_I(t_inode)->ip_clusters = OCFS2_I(s_inode)->ip_clusters;
ip_clusters       150 fs/ocfs2/resize.c 	OCFS2_I(bm_inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters       560 fs/ocfs2/resize.c 	OCFS2_I(main_bm_inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters       736 fs/ocfs2/suballoc.c 	OCFS2_I(alloc_inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
ip_clusters      1500 fs/ocfs2/suballoc.c 		    OCFS2_I(inode)->ip_clusters) {
ip_clusters      1501 fs/ocfs2/suballoc.c 			max_bits = OCFS2_I(inode)->ip_clusters - gd_cluster_off;
ip_clusters      1505 fs/ocfs2/suballoc.c 				OCFS2_I(inode)->ip_clusters, max_bits);
ip_clusters      1694 fs/ocfs2/super.c 	oi->ip_clusters = 0;
ip_clusters      2279 fs/ocfs2/super.c 	osb->osb_clusters_at_boot = OCFS2_I(inode)->ip_clusters;