Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.c46 u32 cow_start; member
2627 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters() argument
2680 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2709 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2723 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2738 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2751 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2764 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2765 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2766 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
[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)
/linux/fs/btrfs/
H A Dinode.c2031 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
2138 if (cow_start == (u64)-1) in run_delalloc_nocow()
2139 cow_start = cur_offset; in run_delalloc_nocow()
2188 if (cow_start == (u64)-1) in run_delalloc_nocow()
2189 cow_start = cur_offset; in run_delalloc_nocow()
2204 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2205 ret = fallback_to_cow(inode, locked_folio, cow_start, in run_delalloc_nocow()
2212 cow_start = (u64)-1; in run_delalloc_nocow()
2227 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
2228 cow_start = cur_offset; in run_delalloc_nocow()
[all …]
/linux/include/trace/events/
H A Dbtrfs.h1089 __field( u64, cow_start )
1098 __entry->cow_start = cow->start;
1109 __entry->cow_start,