Searched refs:ntfs_rl_pwrite (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | runlist.h | 59 extern s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl,
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfswipe.c | 739 ret = ntfs_rl_pwrite(vol, restart, in wipe_compressed_attribute() 745 ntfs_log_error("ntfs_rl_pwrite failed, offset %llu, " in wipe_compressed_attribute() 798 wiped = ntfs_rl_pwrite(vol, na->rl, 0, offset, size, buf); in wipe_attribute() 1178 wiped = ntfs_rl_pwrite(vol, naa->rl, 0, offset, indx_record_size, buf); in wipe_index_allocation() 1180 ntfs_log_verbose("ntfs_rl_pwrite failed\n"); in wipe_index_allocation()
|
H A D | ntfsclone.c | 1199 if (ntfs_rl_pwrite(vol, na->rl, 0, 0, na->data_size, indexa) != na->data_size) 1200 perr_printf("ntfs_rl_pwrite failed for inode %lld",
|
H A D | ntfsresize.c | 2551 size = ntfs_rl_pwrite(vol, rl, 0, 0, bm_bsize, resize->lcn_bitmap.bm); in truncate_bitmap_data_attr()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 1180 * ntfs_rl_pwrite - scatter write to disk 1202 s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl, in ntfs_rl_pwrite() function
|
H A D | attrib.c | 1284 written = ntfs_rl_pwrite(vol, rli, ofsi, pos, in ntfs_attr_fill_zero()
|
Completed in 23 milliseconds