Home
last modified time | relevance | path

Searched defs:ocfs2_alloc_reservation (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
Dreservations.h21 struct ocfs2_alloc_reservation { struct
22 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;
/kernel/linux/linux-6.6/fs/ocfs2/
Dreservations.h19 struct ocfs2_alloc_reservation { struct
20 struct rb_node r_node;
22 unsigned int r_start; /* Beginning of current window */
23 unsigned int r_len; /* Length of the window */
25 unsigned int r_last_len; /* Length of most recent alloc */
26 unsigned int r_last_start; /* Start of most recent alloc */
27 struct list_head r_lru; /* LRU list head */
29 unsigned int r_flags;