Home
last modified time | relevance | path

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

/fs/nfs/
Ddir.c1734 struct rb_node *n, *dispose = NULL; in __nfs_access_zap_cache() local
1742 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()
/fs/
Dinode.c337 static int invalidate_list(struct list_head *head, struct list_head *dispose) in invalidate_list() argument
361 list_move(&inode->i_list, dispose); in invalidate_list()