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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.h35 VCN *update_from);
38 s64 offs, VCN *update_from);
H A Dcompress.c1077 s32 usedcnt, s32 freecnt, VCN *update_from)
1131 if (freerl->vcn < *update_from)
1132 *update_from = freerl->vcn;
1241 if (freerl->vcn < *update_from)
1242 *update_from = freerl->vcn;
1290 VCN *update_from)
1307 if (rl->vcn < *update_from)
1308 *update_from = rl->vcn;
1329 usedcnt,freecnt,update_from);
1379 if (freerl->vcn < *update_from)
1076 ntfs_compress_overwr_free(ntfs_attr *na, runlist_element *rl, s32 usedcnt, s32 freecnt, VCN *update_from) argument
1288 ntfs_compress_free(ntfs_attr *na, runlist_element *rl, s64 used, s64 reserved, BOOL appending, VCN *update_from) argument
1469 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs, const char *outbuf, s32 count, BOOL compress, BOOL appending, VCN *update_from) argument
1511 ntfs_compressed_pwrite(ntfs_attr *na, runlist_element *wrl, s64 wpos, s64 offs, s64 to_write, s64 rounded, const void *b, int compressed_part, VCN *update_from) argument
1708 ntfs_compressed_close(ntfs_attr *na, runlist_element *wrl, s64 offs, VCN *update_from) argument
[all...]
H A Dattrib.c1225 runlist_element **rl, VCN *update_from)
1367 if ((*update_from == -1) || (from_vcn < *update_from))
1368 *update_from = from_vcn;
1433 s64 pos, s64 count, VCN *update_from)
1574 if ((*update_from == -1) || ((*prl)->vcn < *update_from))
1575 *update_from = (*prl)->vcn;
1594 s64 pos, s64 count, VCN *update_from, BOOL wasnonresident)
1719 &xofs, &zrl, update_from))
1224 ntfs_attr_fill_hole(ntfs_attr *na, s64 count, s64 *ofs, runlist_element **rl, VCN *update_from) argument
1432 split_compressed_hole(ntfs_attr *na, runlist_element **prl, s64 pos, s64 count, VCN *update_from) argument
1593 borrow_from_hole(ntfs_attr *na, runlist_element **prl, s64 pos, s64 count, VCN *update_from, BOOL wasnonresident) argument
1764 VCN update_from = -1; local
2312 VCN update_from = -1; local
[all...]

Completed in 60 milliseconds