Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c2579 static inline unsigned int ocfs2_cow_contig_mask(struct super_block *sb) in ocfs2_cow_contig_mask() function
2597 return start + ((cpos - start) & ocfs2_cow_contig_mask(sb)); in ocfs2_cow_align_start()
2609 ocfs2_cow_contig_mask(sb); in ocfs2_cow_align_length()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c2577 static inline unsigned int ocfs2_cow_contig_mask(struct super_block *sb) in ocfs2_cow_contig_mask() function
2595 return start + ((cpos - start) & ocfs2_cow_contig_mask(sb)); in ocfs2_cow_align_start()
2607 ocfs2_cow_contig_mask(sb); in ocfs2_cow_align_length()

Completed in 11 milliseconds