Home
last modified time | relevance | path

Searched refs:cow_start (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c46 u32 cow_start; member
2634 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters()
2687 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2716 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2730 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2745 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2758 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2771 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2772 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2773 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2629 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) ocfs2_refcount_cal_cow_clusters() argument
3359 u32 cow_start = context->cow_start, cow_len = context->cow_len; ocfs2_replace_cow() local
3414 u32 cow_start = 0, cow_len = 0; ocfs2_refcount_cow_hunk() local
3632 u32 cow_start, cow_len; ocfs2_refcount_cow_xattr() local
[all...]
H A Docfs2_trace.h1098 unsigned int cow_start, unsigned int cow_len),
1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1105 __field(unsigned int, cow_start)
1113 __entry->cow_start = cow_start;
1118 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c44 u32 cow_start; member
2632 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters()
2685 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2714 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2728 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2743 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2756 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2769 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2770 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2771 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2627 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) ocfs2_refcount_cal_cow_clusters() argument
3330 u32 cow_start = context->cow_start, cow_len = context->cow_len; ocfs2_replace_cow() local
3385 u32 cow_start = 0, cow_len = 0; ocfs2_refcount_cow_hunk() local
3603 u32 cow_start, cow_len; ocfs2_refcount_cow_xattr() local
[all...]
H A Docfs2_trace.h1098 unsigned int cow_start, unsigned int cow_len),
1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1105 __field(unsigned int, cow_start)
1113 __entry->cow_start = cow_start;
1118 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c1456 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
1515 if (cow_start != (u64)-1) in run_delalloc_nocow()
1516 cur_offset = cow_start; in run_delalloc_nocow()
1612 if (cow_start != (u64)-1) in run_delalloc_nocow()
1613 cur_offset = cow_start; in run_delalloc_nocow()
1642 if (cow_start != (u64)-1) in run_delalloc_nocow()
1643 cur_offset = cow_start; in run_delalloc_nocow()
1670 if (cow_start == (u64)-1) in run_delalloc_nocow()
1671 cow_start = cur_offset; in run_delalloc_nocow()
1682 * COW range from cow_start t in run_delalloc_nocow()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c1969 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
2108 if (cow_start == (u64)-1) in run_delalloc_nocow()
2109 cow_start = cur_offset; in run_delalloc_nocow()
2120 * COW range from cow_start to found_key.offset - 1. As the key in run_delalloc_nocow()
2124 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2126 cow_start, found_key.offset - 1); in run_delalloc_nocow()
2127 cow_start = (u64)-1; in run_delalloc_nocow()
2201 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
2202 cow_start = cur_offset; in run_delalloc_nocow()
2204 if (cow_start ! in run_delalloc_nocow()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h1030 __field( u64, cow_start )
1039 __entry->cow_start = cow->start;
1050 __entry->cow_start,
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h1122 __field( u64, cow_start )
1131 __entry->cow_start = cow->start;
1142 __entry->cow_start,

Completed in 29 milliseconds