Home
last modified time | relevance | path

Searched refs:i_modify (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_cache.c76 cache_object_p->i_modify = 1; in cfsd_cache_create()
163 cache_object_p->i_modify++; in cache_setup()
259 cache_object_p->i_modify++; in cache_fscachelist_add()
H A Dcfsd_fscache.c107 fscache_object_p->i_modify = 1; in cfsd_fscache_create()
237 fscache_object_p->i_modify++; in fscache_setup()
430 fscache_object_p->i_modify++; in fscache_process()
473 fscache_object_p->i_modify++; in fscache_process()
499 fscache_object_p->i_modify++; in fscache_process()
518 fscache_object_p->i_modify++; in fscache_process()
535 fscache_object_p->i_modify++; in fscache_process()
558 fscache_object_p->i_modify++; in fscache_process()
719 fscache_object_p->i_modify++; in fscache_unmount()
759 fscache_object_p->i_modify++; in fscache_unmount()
[all …]
H A Dcfsd_all.c95 all_object_p->i_modify = 1; in cfsd_all_create()
231 all_object_p->i_modify++; in all_cachelist_add()
H A Dcfsd_svc.c151 outp->ccr_modify = all_object_p->i_modify; in cachefsd_caches_1_svc()
270 outp->ccs_modify = cache_object_p->i_modify; in cachefsd_cache_status_1_svc()
360 outp->cmr_modify = cache_object_p->i_modify; in cachefsd_mounts_1_svc()
487 outp->cms_modify = fscache_object_p->i_modify; in cachefsd_mount_stat_1_svc()
H A Dcfsd_all.h44 int i_modify; /* changed when mod */ member
H A Dcfsd_cache.h43 int i_modify; /* changes when mod */ member
H A Dcfsd_fscache.h63 int i_modify; /* changed when modified */ member