Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c103 fscache_object_p->i_tryunmount = 0; in cfsd_fscache_create()
433 if (fscache_object_p->i_tryunmount) { in fscache_process()
450 fscache_object_p->i_tryunmount = 0; in fscache_process()
523 if (fscache_object_p->i_tryunmount) in fscache_process()
718 fscache_object_p->i_tryunmount = 1; in fscache_unmount()
732 while (fscache_object_p->i_tryunmount) { in fscache_unmount()
736 xx, fscache_object_p->i_tryunmount)); in fscache_unmount()
802 !fscache_object_p->i_tryunmount) { in fscache_server_alive()
811 if (fscache_object_p->i_tryunmount) in fscache_server_alive()
H A Dcfsd_fscache.h59 volatile int i_tryunmount:1; /* 1 if should try unmount */ member