Searched refs:r_start (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | reservations.c | 70 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 …]
|
D | reservations.h | 32 unsigned int r_start; /* Beginning of current window */ member
|
D | ocfs2_trace.h | 1841 TP_PROTO(unsigned int r_start, unsigned int r_end, unsigned int goal, 1843 TP_ARGS(r_start, r_end, goal, wanted, empty_root), 1845 __field(unsigned int, r_start) 1852 __entry->r_start = r_start; 1858 TP_printk("%u %u %u %u %d", __entry->r_start, __entry->r_end, 1894 unsigned int r_start, unsigned int r_end, unsigned int r_len, 1896 TP_ARGS(cstart, cend, clen, r_start, r_end, 1902 __field(unsigned int, r_start) 1912 __entry->r_start = r_start; 1920 __entry->r_start, __entry->r_end, __entry->r_len,
|
/linux-2.6.39/arch/arm/kernel/ |
D | ecard.h | 48 unsigned long r_start; member 55 #define c_start(x) ((x)->r_start)
|
/linux-2.6.39/net/wanrouter/ |
D | wanproc.c | 83 static void *r_start(struct seq_file *m, loff_t *pos) in r_start() function 172 .start = r_start, 179 .start = r_start,
|
/linux-2.6.39/drivers/staging/msm/ |
D | mdp4_overlay.c | 505 int b_start, g_start, r_start; in transp_color_key() local 512 r_start = 11; in transp_color_key() 522 r_start = 16; in transp_color_key() 530 r_start = 0; in transp_color_key() 539 r_start = 0; in transp_color_key() 548 r_start = 8; in transp_color_key() 556 r_start = 16; in transp_color_key() 565 *c2 = color_key_convert(r_start, r_num, transp); in transp_color_key()
|
/linux-2.6.39/fs/reiserfs/ |
D | procfs.c | 398 static void *r_start(struct seq_file *m, loff_t * pos) in r_start() function 436 .start = r_start,
|
/linux-2.6.39/kernel/ |
D | resource.c | 58 static void *r_start(struct seq_file *m, loff_t *pos) in r_start() function 94 .start = r_start,
|
/linux-2.6.39/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 654 unsigned long r_start, in __nonstatic_adjust_io_region() argument 665 if (start > r_start || r_end > end) in __nonstatic_adjust_io_region()
|