Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ntfs/
HDntfs_vfsops.h45 int ntfs_calccfree(struct ntfsmount *, cn_t *);
HDntfs_vfsops.c414 error = ntfs_calccfree(ntmp, &ntmp->ntm_cfree); in ntfs_mountfs()
576 ntfs_calccfree(struct ntfsmount *ntmp, cn_t *cfreep) in ntfs_calccfree() function