Home
last modified time | relevance | path

Searched refs:r_start (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dreservations.c70 return resv->r_start + resv->r_len - 1; in ocfs2_resv_end()
71 return resv->r_start; in ocfs2_resv_end()
101 "\tlast_len: %u\n", resv->r_start, in ocfs2_dump_resv()
114 "last_start: %u\tlast_len: %u\n", i, resv->r_start, in ocfs2_dump_resv()
128 unsigned int start = resv->r_start; in ocfs2_validate_resmap_bits()
155 if (i > 0 && resv->r_start <= off) { in ocfs2_check_resmap()
167 if (resv->r_start > ocfs2_resv_end(resv)) { in ocfs2_check_resmap()
241 resv->r_start = 0; in __ocfs2_resv_trunc()
324 trace_ocfs2_resv_insert(new->r_start, new->r_len); in ocfs2_resv_insert()
331 if (new->r_start < tmp->r_start) { in ocfs2_resv_insert()
[all …]
Dreservations.h32 unsigned int r_start; /* Beginning of current window */ member
Docfs2_trace.h1861 TP_PROTO(unsigned int r_start, unsigned int r_end, unsigned int goal,
1863 TP_ARGS(r_start, r_end, goal, wanted, empty_root),
1865 __field(unsigned int, r_start)
1872 __entry->r_start = r_start;
1878 TP_printk("%u %u %u %u %d", __entry->r_start, __entry->r_end,
1914 unsigned int r_start, unsigned int r_end, unsigned int r_len,
1916 TP_ARGS(cstart, cend, clen, r_start, r_end,
1922 __field(unsigned int, r_start)
1932 __entry->r_start = r_start;
1940 __entry->r_start, __entry->r_end, __entry->r_len,