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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vnops.c70 static vop_write_t ntfs_write; variable
338 ntfs_write(ap) function
355 dprintf(("ntfs_write: ino: %d, off: %d resid: %d, segflg: %d\n",ip->i_number,(u_int32_t)uio->uio_offset,uio->uio_resid,uio->uio_segflg));
356 dprintf(("ntfs_write: filesize: %d",(u_int32_t)fp->f_size));
359 printf("ntfs_write: CAN'T WRITE BEYOND END OF FILE\n");
371 printf("ntfs_write: ntfs_writeattr failed: %d\n", error);
759 .vop_write = ntfs_write,

Completed in 48 milliseconds