Home
last modified time | relevance | path

Searched refs:first_in_list (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/logfs/
Dgc.c348 static struct gc_candidate *first_in_list(struct candidate_list *list) in first_in_list() function
373 this = first_in_list(&super->s_low_list[i]); in get_candidate()
543 wl_cand = first_in_list(&super->s_ec_list); in logfs_wl_pass()
546 free_cand = first_in_list(&super->s_free_list); in logfs_wl_pass()
/linux-3.4.99/fs/dlm/
Dlock.c1568 static inline int first_in_list(struct dlm_lkb *lkb, struct list_head *head) in first_in_list() function
1765 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted()
1792 first_in_list(lkb, &r->res_waitqueue)) in _can_be_granted()