Searched refs:ocfs2_cow_contig_clusters (Results 1 – 1 of 1) sorted by relevance
2580 static inline unsigned int ocfs2_cow_contig_clusters(struct super_block *sb) in ocfs2_cow_contig_clusters() function2587 return ~(ocfs2_cow_contig_clusters(sb) - 1); in ocfs2_cow_contig_mask()2614 (len + (ocfs2_cow_contig_clusters(sb) - 1)) & in ocfs2_cow_align_length()2649 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters()