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

  /src/sys/fs/ntfs/
ntfs_vnops.c 74 static int ntfs_open(void *);
467 ntfs_open(void *v) function in typeref:typename:int
478 dprintf(("ntfs_open: %llu\n", (unsigned long long)ip->i_number));
815 { &vop_open_desc, (vop_t *) ntfs_open }, /* open */
ntfs_vnops.c 74 static int ntfs_open(void *);
467 ntfs_open(void *v) function in typeref:typename:int
478 dprintf(("ntfs_open: %llu\n", (unsigned long long)ip->i_number));
815 { &vop_open_desc, (vop_t *) ntfs_open }, /* open */

Completed in 25 milliseconds