Searched defs:bksize (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libntfs/common/libntfs/ |
| H A D | device.c | 345 * @bksize: size of each block that needs mst deprotecting 349 * blocks of size @bksize bytes each from device @dev at position @pos into the 356 * when @count or @bksize are 0). 370 const u32 bksize, void *b) 374 if (bksize & (bksize - 1) || bksize % NTFS_BLOCK_SIZE) { 379 br = ntfs_pread(dev, pos, count * bksize, b); 388 count = br / bksize; 391 ((u8*)b + i * bksize), bksiz 369 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument 426 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument [all...] |
Completed in 32 milliseconds