Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c2574 static inline unsigned int ocfs2_cow_contig_clusters(struct super_block *sb) in ocfs2_cow_contig_clusters() function
2581 return ~(ocfs2_cow_contig_clusters(sb) - 1); in ocfs2_cow_contig_mask()
2608 (len + (ocfs2_cow_contig_clusters(sb) - 1)) & in ocfs2_cow_align_length()
2643 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c2572 static inline unsigned int ocfs2_cow_contig_clusters(struct super_block *sb) in ocfs2_cow_contig_clusters() function
2579 return ~(ocfs2_cow_contig_clusters(sb) - 1); in ocfs2_cow_contig_mask()
2606 (len + (ocfs2_cow_contig_clusters(sb) - 1)) & in ocfs2_cow_align_length()
2641 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters()

Completed in 11 milliseconds