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

  /src/sys/fs/ntfs/
ntfs_vnops.c 67 static int ntfs_write(void *);
360 ntfs_write(void *v) function in typeref:typename:int
377 dprintf(("ntfs_write: ino: %llu, off: %qd resid: %qd\n",
380 dprintf(("ntfs_write: filesize: %qu",(long long)fp->f_size));
383 printf("ntfs_write: CAN'T WRITE BEYOND END OF FILE\n");
395 printf("ntfs_write: ntfs_writeattr failed: %d\n", error);
822 { &vop_write_desc, (vop_t *) ntfs_write }, /* write */
ntfs_vnops.c 67 static int ntfs_write(void *);
360 ntfs_write(void *v) function in typeref:typename:int
377 dprintf(("ntfs_write: ino: %llu, off: %qd resid: %qd\n",
380 dprintf(("ntfs_write: filesize: %qu",(long long)fp->f_size));
383 printf("ntfs_write: CAN'T WRITE BEYOND END OF FILE\n");
395 printf("ntfs_write: ntfs_writeattr failed: %d\n", error);
822 { &vop_write_desc, (vop_t *) ntfs_write }, /* write */

Completed in 23 milliseconds