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

  /src/sys/fs/ntfs/
ntfs_vnops.c 75 static int ntfs_close(void *);
495 ntfs_close(void *v) function in typeref:typename:int
506 dprintf(("ntfs_close: %llu\n", (unsigned long long)ip->i_number));
816 { &vop_close_desc,(vop_t *) ntfs_close }, /* close */
ntfs_vnops.c 75 static int ntfs_close(void *);
495 ntfs_close(void *v) function in typeref:typename:int
506 dprintf(("ntfs_close: %llu\n", (unsigned long long)ip->i_number));
816 { &vop_close_desc,(vop_t *) ntfs_close }, /* close */
ntfs_vnops.c 75 static int ntfs_close(void *);
495 ntfs_close(void *v) function in typeref:typename:int
506 dprintf(("ntfs_close: %llu\n", (unsigned long long)ip->i_number));
816 { &vop_close_desc,(vop_t *) ntfs_close }, /* close */

Completed in 137 milliseconds