Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c318 statvfs64_t *svfsp; in nm_mount() local
514 svfsp = kmem_alloc(sizeof (statvfs64_t), KM_SLEEP); in nm_mount()
516 error = VFS_STATVFS(filevp->v_vfsp, svfsp); in nm_mount()
519 "unspecified_%s_%s", svfsp->f_basetype, resource_nodetype); in nm_mount()
527 kmem_free(svfsp, sizeof (statvfs64_t)); in nm_mount()