Home
last modified time | relevance | path

Searched refs:ntfs_attr_pwrite (Results 1 – 21 of 21) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dea.c124 written = ntfs_attr_pwrite(nai, 0, sizeof(EA_INFORMATION), in restore_ea_info()
162 if (ntfs_attr_pwrite(nai, 0, sizeof(EA_INFORMATION), in ntfs_update_ea()
169 || (ntfs_attr_pwrite(na, 0, size, value) in ntfs_update_ea()
Dbitmap.c214 br = ntfs_attr_pwrite(na, tmp, bufsize, buf); in ntfs_bitmap_set_bits_in_run()
Defs.c273 written = (int)ntfs_attr_pwrite(na, in ntfs_set_efs_info()
Dobject_id.c346 written = (int)ntfs_attr_pwrite(na, in update_object_id()
Dlogfile.c752 count = ntfs_attr_pwrite(na, pos, count, buf); in ntfs_empty_logfile()
Dvolume.c895 || (ntfs_attr_pwrite(na, 0, in fix_txf_data()
1977 written = ntfs_attr_pwrite(na, 0, label_len, label); in ntfs_volume_rename()
Dlcnalloc.c183 written = ntfs_attr_pwrite(vol->lcnbmp_na, pos, size, b); in bitmap_writeback()
Dattrib.c2393 s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b) function
2740 written = ntfs_attr_pwrite(na, pos, bk_cnt * bk_size, src);
4677 (val && (ntfs_attr_pwrite(na, 0, size, val) != size))) {
5171 bw = ntfs_attr_pwrite(na, 0, le32_to_cpu(a->value_length),
6919 && (ntfs_attr_pwrite(na,
6934 && (ntfs_attr_pwrite(na,
7085 res = ntfs_attr_pwrite(na, offset, size, buf + total);
Dreparse.c1081 written = (int)ntfs_attr_pwrite(na, in update_reparse_data()
Dinode.c1006 if (ntfs_attr_pwrite(na, 0, ni->attr_list_size, in ntfs_inode_sync_in_dir()
Dmft.c978 ll = ntfs_attr_pwrite(mftbmp_na, old_initialized_size, 8, &ll); in ntfs_mft_bitmap_extend_initialized()
Dindex.c1033 if (ntfs_attr_pwrite(na, bpos, 1, &byte) != 1) { in ntfs_ibm_modify()
Dsecurity.c965 written = (int)ntfs_attr_pwrite(na, (s64) 0, in update_secur_descr()
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h301 extern s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count,
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c1449 if ((count = ntfs_attr_pwrite(na, pos, count, buf)) <= 0) { in wipe_logfile()
1540 if ((count = ntfs_attr_pwrite(na, pos, count, buf)) <= 0) { in wipe_pagefile()
Dntfscp.c1139 bw = ntfs_attr_pwrite(na, offset, br, buf); in main()
Dntfsdecrypt.c1509 written = ntfs_attr_pwrite(attr, offset, bufsize, buffer); in ntfs_feed_encrypt()
Dntfsfix.c634 l = ntfs_attr_pwrite(na, 0, vol->upcase_len*2, in rewrite_upcase()
Dntfsrecover.c3030 && (ntfs_attr_pwrite(log_na, 0, in reset_logfile()
3032 && (ntfs_attr_pwrite(log_na, (u64)1 << blockbits, in reset_logfile()
/third_party/ntfs-3g/src/
Dntfs-3g.c1690 s64 ret = ntfs_attr_pwrite(na, offset, size, buf + total); in ntfs_fuse_write()
1878 if (ntfs_attr_pwrite(na, size - 1, 1, &zero) <= 0) in ntfs_fuse_trunc()
3650 part = ntfs_attr_pwrite(na, position + total, in ntfs_fuse_setxattr()
Dlowntfs-3g.c1831 s64 ret = ntfs_attr_pwrite(na, offset, size, buf + total); in ntfs_fuse_write()
2045 if (ntfs_attr_pwrite(na, size - 1, 1, &zero) <= 0) in ntfs_fuse_trunc()
3936 part = ntfs_attr_pwrite(na, position + total,