Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.c2566 static inline unsigned int ocfs2_cow_contig_clusters(struct super_block *sb) in ocfs2_cow_contig_clusters() function
2573 return ~(ocfs2_cow_contig_clusters(sb) - 1); in ocfs2_cow_contig_mask()
2600 (len + (ocfs2_cow_contig_clusters(sb) - 1)) & in ocfs2_cow_align_length()
2635 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters()