Lines Matching refs:granted

1136 	struct lockf_entry_list *granted)  in lf_update_dependancies()  argument
1149 LIST_INSERT_HEAD(granted, deplock, lf_link); in lf_update_dependancies()
1161 struct lockf_entry_list *granted) in lf_set_start() argument
1168 lf_update_dependancies(state, lock, FALSE, granted); in lf_set_start()
1177 struct lockf_entry_list *granted) in lf_set_end() argument
1182 lf_update_dependancies(state, lock, FALSE, granted); in lf_set_end()
1204 struct lockf_entry_list granted; in lf_activate_lock() local
1207 LIST_INIT(&granted); in lf_activate_lock()
1208 LIST_INSERT_HEAD(&granted, lock, lf_link); in lf_activate_lock()
1210 while (!LIST_EMPTY(&granted)) { in lf_activate_lock()
1211 lock = LIST_FIRST(&granted); in lf_activate_lock()
1250 &granted); in lf_activate_lock()
1258 lf_split(state, overlap, lock, &granted); in lf_activate_lock()
1269 &granted); in lf_activate_lock()
1280 &granted); in lf_activate_lock()
1290 &granted); in lf_activate_lock()
1316 struct lockf_entry_list granted; in lf_cancel_lock() local
1347 LIST_INIT(&granted); in lf_cancel_lock()
1348 lf_update_dependancies(state, lock, TRUE, &granted); in lf_cancel_lock()
1354 while (!LIST_EMPTY(&granted)) { in lf_cancel_lock()
1355 lock = LIST_FIRST(&granted); in lf_cancel_lock()
1797 struct lockf_entry *lock2, struct lockf_entry_list *granted) in lf_split() argument
1811 lf_set_start(state, lock1, lock2->lf_end + 1, granted); in lf_split()
1815 lf_set_end(state, lock1, lock2->lf_start - 1, granted); in lf_split()
1840 lf_set_end(state, lock1, lock2->lf_start - 1, granted); in lf_split()