Home
last modified time | relevance | path

Searched refs:i_mounted (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c97 fscache_object_p->i_mounted = 0; in cfsd_fscache_create()
391 fscache_object_p->i_mounted = 0; in fscache_setup()
394 fscache_object_p->i_mounted = 1; in fscache_setup()
401 fscache_object_p->i_mounted)); in fscache_setup()
446 fscache_object_p->i_mounted = 0; in fscache_process()
455 if (fscache_object_p->i_mounted == 0) { in fscache_process()
632 if (fscache_object_p->i_mounted) { in fscache_simdisconnect()
740 if (fscache_object_p->i_mounted) in fscache_unmount()
758 fscache_object_p->i_mounted = 0; in fscache_unmount()
H A Dcfsd_main.c244 fscache_object_p->i_mounted = 1; in main()
248 fscache_object_p->i_mounted) { in main()
H A Dcfsd_fscache.h53 volatile int i_mounted:1; /* 1 if fs is mounted */ member
H A Dcfsd_svc.c230 if (fscache_object_p->i_mounted) { in cachefsd_cache_status_1_svc()
481 outp->cms_mounted = fscache_object_p->i_mounted; in cachefsd_mount_stat_1_svc()
612 if (fscache_object_p->i_mounted == 0) in cachefsd_fs_unmounted_1_svc()
H A Dcfsd_subr.c145 if (fscache_object_p->i_mounted) { in subr_add_mount()
167 fscache_object_p->i_mounted && in subr_add_mount()