Searched refs:thisfl_p (Results 1 – 1 of 1) sorted by relevance
480 static inline void _unhash_lock(struct file_lock **thisfl_p) in _unhash_lock() argument482 struct file_lock *fl = *thisfl_p; in _unhash_lock()484 *thisfl_p = fl->fl_next; in _unhash_lock()513 static void locks_delete_lock(struct file_lock **thisfl_p, unsigned int wait) in locks_delete_lock() argument515 struct file_lock *fl = *thisfl_p; in locks_delete_lock()517 _unhash_lock(thisfl_p); in locks_delete_lock()526 static inline void locks_unlock_delete(struct file_lock **thisfl_p) in locks_unlock_delete() argument528 struct file_lock *fl = *thisfl_p; in locks_unlock_delete()531 _unhash_lock(thisfl_p); in locks_unlock_delete()