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

/fs/ocfs2/
H A Dsuballoc.c1492 unsigned int max_bits, gd_cluster_off; local
1505 gd_cluster_off = ocfs2_blocks_to_clusters(inode->i_sb,
1507 if ((gd_cluster_off + max_bits) >
1509 max_bits = OCFS2_I(inode)->ip_clusters - gd_cluster_off;
1524 gd_cluster_off +

Completed in 18 milliseconds