Home
last modified time | relevance | path

Searched refs:fs_inum_trans (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h135 cachefs_inum_trans_t *fs_inum_trans; /* real->fake inums */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c2433 if (fscp->fs_inum_trans[i].cit_real == 0) in cachefs_inum_register()
2474 oldtbl = fscp->fs_inum_trans; in cachefs_inum_register()
2477 fscp->fs_inum_trans = (cachefs_inum_trans_t *) in cachefs_inum_register()
2516 tbl = fscp->fs_inum_trans + toff; in cachefs_inum_register()
2552 tbl = fscp->fs_inum_trans + toff; in cachefs_inum_real2fake()
H A Dcachefs_vfsops.c988 cachefs_kmem_free(fscp->fs_inum_trans, in cachefs_unmount()
991 fscp->fs_inum_trans = NULL; in cachefs_unmount()
H A Dcachefs_fscache.c167 cachefs_kmem_free(fscp->fs_inum_trans, in fscache_destroy()