Searched refs:fs_next (Results 1 – 4 of 4) sorted by relevance
628 fscp = fscp->fs_next; in fscache_list_find()658 fscp->fs_next = cachep->c_fslist; in fscache_list_add()690 *pfscp = fscp->fs_next; in fscache_list_remove()694 pfscp = &(*pfscp)->fs_next; in fscache_list_remove()723 next = fscp->fs_next; in fscache_list_gc()760 for (fscp = cachep->c_fslist; fscp != NULL; fscp = fscp->fs_next) { in fscache_list_mounted()
473 ASSERT(fscp->fs_next == NULL); in cachefs_stop_cache()790 for (fscp = cachep->c_fslist; fscp; fscp = fscp->fs_next) { in cachefs_cache_sync()
1964 fscp = fscp->fs_next) { in cachefs_ioctl()
107 struct fscache *fs_next; /* ptr to next fscache */ member