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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Drunlist.h80 extern int ntfs_rl_truncate(runlist **arl, const VCN start_vcn);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1612 * @arl: address of runlist to truncate
1615 * Truncate the runlist *@arl starting at vcn @start_vcn as well as the memory
1620 * NOTE: @arl is the address of the runlist. We need the address so we can
1623 int ntfs_rl_truncate(runlist **arl, const VCN start_vcn) argument
1627 if (!arl || !*arl) {
1629 ntfs_log_perror("rl_truncate error: arl: %p *arl: %p", arl, *arl);
[all...]

Completed in 25 milliseconds