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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsupport.c154 int ntfs_getput_clusters(ntfs_volume *vol, int cluster, ntfs_size_t start_offs, argument
164 buf->do_read ? "get" : "put", cluster, start_offs, length);
165 to_copy = vol->cluster_size - start_offs;
177 buf->fn_put(buf, bh->b_data + start_offs, to_copy);
180 buf->fn_get(bh->b_data + start_offs, buf, to_copy);
207 start_offs = 0;

Completed in 30 milliseconds