Searched refs:ks_mountpoint (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_create.c | 125 k[i].ks_mountpoint += (uintptr_t)k; in stats_create_mountpath() 133 if ((stat64((char *)(uintptr_t)k[i].ks_mountpoint, &s) == 0) && in stats_create_mountpath() 201 prc->ks_mountpoint += (uintptr_t)k; in stats_next() 207 size += strlen((char *)(uintptr_t)prc->ks_mountpoint) + 1; in stats_next() 220 (void) strcpy(s, (char *)(uintptr_t)prc->ks_mountpoint); in stats_next() 221 rc->ks_mountpoint = (uintptr_t)s; in stats_next() 257 k->ks_mountpoint += (uintptr_t)key; in stats_getkey() 262 size += strlen((char *)(uintptr_t)k->ks_mountpoint) + 1; in stats_getkey() 274 (void) strcpy(s, (char *)(uintptr_t)k->ks_mountpoint); in stats_getkey() 275 rc->ks_mountpoint = (uintptr_t)s; in stats_getkey()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_module.c | 265 cachefs_kmem_free((void *)(uintptr_t)key->ks_mountpoint, in cachefs_fini() 266 strlen((char *)(uintptr_t)key->ks_mountpoint) + 1); in cachefs_fini()
|
H A D | cachefs_vfsops.c | 686 if (strcmp((char *)(uintptr_t)key->ks_mountpoint, in cachefs_kstat_mount() 712 key->ks_mountpoint = (uint64_t)(uintptr_t) in cachefs_kstat_mount() 802 strlen((char *)(uintptr_t)k->ks_mountpoint) + 1; in cachefs_kstat_key_update() 837 (void) strcpy(s, (char *)(uintptr_t)k->ks_mountpoint); in cachefs_kstat_key_snapshot() 838 k->ks_mountpoint = (uint64_t)(uintptr_t)(s - (uintptr_t)buf); in cachefs_kstat_key_snapshot()
|
H A D | cachefs_log.c | 398 (char *)(uintptr_t)k->ks_mountpoint, UIO_SYSSPACE, in cachefs_log_logfile_open()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefsstat/ |
H A D | cachefsstat.c | 164 printf("\n %s\n", (char *)(uintptr_t)key->ks_mountpoint); in print_stats()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefslog/ |
H A D | cachefslog.c | 202 log_show((char *)(uintptr_t)k->ks_mountpoint, logfile); in main()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 1066 uint64_t ks_mountpoint; member
|