Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h102 struct cachefsops *fs_cfsops; /* cfsops vector pointer */ member
166 (*(FSCP)->fs_cfsops->co_init_cobject)(FSCP, CP, VAP, CR)
168 (*(FSCP)->fs_cfsops->co_check_cobject)(FSCP, CP, WHAT, CR)
170 (*(FSCP)->fs_cfsops->co_modify_cobject)(FSCP, CP, CR)
172 (*(FSCP)->fs_cfsops->co_invalidate_cobject)(FSCP, CP, CR)
174 (*(FSCP)->fs_cfsops->co_convert_cobject)(FSCP, CP, CR)
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c111 fscp->fs_cfsops = &nopcfsops; in fscache_create()
491 fscp->fs_cfsops = &nopcfsops; in fscache_mounted()
494 fscp->fs_cfsops = &codcfsops; in fscache_mounted()
497 fscp->fs_cfsops = &strictcfsops; in fscache_mounted()