Searched refs:dispose (Results 1 – 2 of 2) sorted by relevance
1734 struct rb_node *n, *dispose = NULL; in __nfs_access_zap_cache() local1742 n->rb_left = dispose; in __nfs_access_zap_cache()1743 dispose = n; in __nfs_access_zap_cache()1749 while (dispose != NULL) { in __nfs_access_zap_cache()1750 n = dispose; in __nfs_access_zap_cache()1751 dispose = n->rb_left; in __nfs_access_zap_cache()
337 static int invalidate_list(struct list_head *head, struct list_head *dispose) in invalidate_list() argument361 list_move(&inode->i_list, dispose); in invalidate_list()