Home
last modified time | relevance | path

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

/fs/ceph/
A Dmetric.h213 ktime_t r_start, ktime_t r_end,
217 ktime_t r_start, ktime_t r_end, in ceph_update_read_metrics() argument
221 r_start, r_end, size, rc); in ceph_update_read_metrics()
224 ktime_t r_start, ktime_t r_end, in ceph_update_write_metrics() argument
228 r_start, r_end, size, rc); in ceph_update_write_metrics()
231 ktime_t r_start, ktime_t r_end, in ceph_update_metadata_metrics() argument
235 r_start, r_end, 0, rc); in ceph_update_metadata_metrics()
238 ktime_t r_start, ktime_t r_end, in ceph_update_copyfrom_metrics() argument
242 r_start, r_end, size, rc); in ceph_update_copyfrom_metrics()
A Dmetric.c344 ktime_t r_start, ktime_t r_end, in ceph_update_metrics() argument
347 ktime_t lat = ktime_sub(r_end, r_start); in ceph_update_metrics()
/fs/ocfs2/
A Docfs2_trace.h1862 TP_PROTO(unsigned int r_start, unsigned int r_end, unsigned int goal,
1864 TP_ARGS(r_start, r_end, goal, wanted, empty_root),
1867 __field(unsigned int, r_end)
1874 __entry->r_end = r_end;
1879 TP_printk("%u %u %u %u %d", __entry->r_start, __entry->r_end,
1915 unsigned int r_start, unsigned int r_end, unsigned int r_len,
1917 TP_ARGS(cstart, cend, clen, r_start, r_end,
1924 __field(unsigned int, r_end)
1934 __entry->r_end = r_end;
1941 __entry->r_start, __entry->r_end, __entry->r_len,
/fs/ntfs3/
A Drun.c823 const struct ntfs_run *r, *r_end; in run_pack() local
838 r_end = run->runs + run->count; in run_pack()
843 if (++r >= r_end || r->vcn != next_vcn) in run_pack()

Completed in 13 milliseconds