HomeSort by: relevance | last modified time | path
    Searched defs:ntfs_inactive (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_vnops.c 69 static int ntfs_inactive(void *);
204 ntfs_inactive(void *v) function in typeref:typename:int
215 dprintf(("ntfs_inactive: vnode: %p, ntnode: %llu\n", vp,
842 { &vop_inactive_desc, (vop_t *) ntfs_inactive }, /* inactive */

Completed in 58 milliseconds