Searched refs:bk_cnt (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 309 const s64 bk_cnt, const u32 bk_size, void *dst); 311 s64 bk_cnt, const u32 bk_size, void *src);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 2627 * @bk_cnt: number of mst protected blocks to read 2631 * This function will read @bk_cnt blocks of size @bk_size bytes each starting 2635 * read blocks is returned. If this number is lower than @bk_cnt this means 2638 * attribute or nothing to read (also return 0 when @bk_cnt or @bk_size are 0). 2652 s64 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, argument 2662 if (bk_cnt < 0 || bk_size % NTFS_BLOCK_SIZE) { 2667 br = ntfs_attr_pread(na, pos, bk_cnt * bk_size, dst); 2684 * @bk_cnt: number of mst protected blocks to write 2688 * This function will write @bk_cnt blocks of size @bk_size bytes each from 2693 * is lower than @bk_cnt thi 2710 ntfs_attr_mst_pwrite(ntfs_attr *na, const s64 pos, s64 bk_cnt, const u32 bk_size, void *src) global() argument [all...] |
Completed in 5 milliseconds