Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c54 u32 cow_start; member
2640 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters() argument
2693 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2722 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2736 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2751 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2764 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2777 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2778 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2779 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
[all …]
Docfs2_trace.h1096 unsigned int cow_start, unsigned int cow_len),
1097 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1103 __field(unsigned int, cow_start)
1111 __entry->cow_start = cow_start;
1116 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
/linux-4.19.296/fs/btrfs/
Dinode.c1322 u64 cow_start; in run_delalloc_nocow() local
1353 cow_start = (u64)-1; in run_delalloc_nocow()
1374 if (cow_start != (u64)-1) in run_delalloc_nocow()
1375 cur_offset = cow_start; in run_delalloc_nocow()
1449 if (cow_start != (u64)-1) in run_delalloc_nocow()
1450 cur_offset = cow_start; in run_delalloc_nocow()
1479 if (cow_start != (u64)-1) in run_delalloc_nocow()
1480 cur_offset = cow_start; in run_delalloc_nocow()
1505 if (cow_start == (u64)-1) in run_delalloc_nocow()
1506 cow_start = cur_offset; in run_delalloc_nocow()
[all …]
/linux-4.19.296/include/trace/events/
Dbtrfs.h959 __field( u64, cow_start )
968 __entry->cow_start = cow->start;
979 __entry->cow_start,