Searched defs:ocfs2_alloc_reservation (Results 1 – 2 of 2) sorted by relevance
29 struct ocfs2_alloc_reservation { struct30 struct rb_node r_node;32 unsigned int r_start; /* Beginning of current window */33 unsigned int r_len; /* Length of the window */35 unsigned int r_last_len; /* Length of most recent alloc */36 unsigned int r_last_start; /* Start of most recent alloc */37 struct list_head r_lru; /* LRU list head */39 unsigned int r_flags;
21 struct ocfs2_alloc_reservation { struct22 struct rb_node r_node;24 unsigned int r_start; /* Beginning of current window */25 unsigned int r_len; /* Length of the window */27 unsigned int r_last_len; /* Length of most recent alloc */28 unsigned int r_last_start; /* Start of most recent alloc */29 struct list_head r_lru; /* LRU list head */31 unsigned int r_flags;