Home
last modified time | relevance | path

Searched refs:ntfs_rl_pwrite (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Drunlist.h59 extern s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl,
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c739 ret = ntfs_rl_pwrite(vol, restart, 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()
Dntfsclone.c1199 if (ntfs_rl_pwrite(vol, na->rl, 0, 0, na->data_size, indexa) != na->data_size)
Dntfsresize.c2551 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/
Drunlist.c1202 s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl, in ntfs_rl_pwrite() function
Dattrib.c1284 written = ntfs_rl_pwrite(vol, rli, ofsi, pos, in ntfs_attr_fill_zero()