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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h297 const s64 bk_cnt, const u32 bk_size, void *dst);
299 s64 bk_cnt, const u32 bk_size, void *src);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c1481 * @bk_cnt: number of mst protected blocks to read
1485 * This function will read @bk_cnt blocks of size @bk_size bytes each starting
1489 * read blocks is returned. If this number is lower than @bk_cnt this means
1492 * attribute or nothing to read (also return 0 when @bk_cnt or @bk_size are 0).
1506 s64 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, argument
1515 if (bk_cnt < 0 || bk_size % NTFS_BLOCK_SIZE) {
1519 br = ntfs_attr_pread(na, pos, bk_cnt * bk_size, dst);
1534 * @bk_cnt: number of mst protected blocks to write
1538 * This function will write @bk_cnt blocks of size @bk_size bytes each from
1543 * is lower than @bk_cnt thi
1560 ntfs_attr_mst_pwrite(ntfs_attr *na, const s64 pos, s64 bk_cnt, const u32 bk_size, void *src) argument
[all...]

Completed in 27 milliseconds