Home
last modified time | relevance | path

Searched refs:fs_next (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c628 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()
H A Dcachefs_subr.c473 ASSERT(fscp->fs_next == NULL); in cachefs_stop_cache()
790 for (fscp = cachep->c_fslist; fscp; fscp = fscp->fs_next) { in cachefs_cache_sync()
H A Dcachefs_vnops.c1964 fscp = fscp->fs_next) { in cachefs_ioctl()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h107 struct fscache *fs_next; /* ptr to next fscache */ member