Searched refs:ip_clusters (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dinode.h47 u32 ip_clusters; member in struct:ocfs2_inode_info
150 return (blkcnt_t)(OCFS2_I(inode)->ip_clusters << c_to_s_bits);
H A Dfile.c626 logical_start = OCFS2_I(inode)->ip_clusters;
629 BUG_ON(le32_to_cpu(fe->i_clusters) != OCFS2_I(inode)->ip_clusters);
665 prev_clusters = OCFS2_I(inode)->ip_clusters;
689 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters);
719 mlog(0, "inode: ip_clusters=%u, i_size=%lld\n",
720 OCFS2_I(inode)->ip_clusters, i_size_read(inode));
877 OCFS2_I(inode)->ip_clusters;
1279 OCFS2_I(inode)->ip_clusters;
H A Ddir.c364 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters));
368 u32 offset = OCFS2_I(dir)->ip_clusters;
424 if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) {
H A Dinode.c242 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
1220 fe->i_clusters = cpu_to_le32(OCFS2_I(inode)->ip_clusters);
1258 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
H A Dsuballoc.c379 OCFS2_I(alloc_inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
948 OCFS2_I(inode)->ip_clusters) {
949 max_bits = OCFS2_I(inode)->ip_clusters - gd_cluster_off;
953 OCFS2_I(inode)->ip_clusters, max_bits);
H A Djournal.c380 mlog(0, "inode->ip_clusters = %u\n", OCFS2_I(inode)->ip_clusters);
990 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters);
H A Dalloc.c1814 OCFS2_I(inode)->ip_clusters = le32_to_cpu(di->i_clusters);
2316 (OCFS2_I(inode)->ip_clusters != cpos),
2321 OCFS2_I(inode)->ip_clusters);
2958 if (OCFS2_I(inode)->ip_clusters == clusters_to_del)
3308 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters) -
3626 if (OCFS2_I(inode)->ip_clusters == 0) {
3640 mlog(0, "inode->ip_clusters = %u, tree_depth = %u\n",
3641 OCFS2_I(inode)->ip_clusters, path->p_tree_depth);
H A Ddlmglue.c1467 lvb->lvb_iclusters = cpu_to_be32(oi->ip_clusters);
1508 oi->ip_clusters = be32_to_cpu(lvb->lvb_iclusters);
1515 if (S_ISLNK(inode->i_mode) && !oi->ip_clusters)
H A Daops.c189 mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)->ip_clusters);
H A Dsuper.c952 oi->ip_clusters = 0;
H A Dnamei.c1501 ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) {

Completed in 119 milliseconds