Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c2580 static inline unsigned int ocfs2_cow_contig_clusters(struct super_block *sb) in ocfs2_cow_contig_clusters() function
2587 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()