Searched refs:M_NTFSNTHASH (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.c48 MALLOC_DEFINE(M_NTFSNTHASH, "ntfs_nthash", "NTFS ntnode hash tables");
66 ntfs_nthashtbl = hashinit(desiredvnodes, M_NTFSNTHASH, &ntfs_nthash);
76 hashdestroy(ntfs_nthashtbl, M_NTFSNTHASH, ntfs_nthash);
H A Dntfs.h293 MALLOC_DECLARE(M_NTFSNTHASH); variable

Completed in 50 milliseconds