Searched refs:grl (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfallocate.c | 427 runlist_element *grl, s64 glth) in free_common() 432 begin_common = max(grl->vcn, brl->vcn); in free_common() 433 end_common = min(grl->vcn + glth, brl->vcn + blth); in free_common() 455 runlist_element *grl; /* Pointer to good runlist */ in ntfs_restore_rl() local 464 for (grl=oldrl; grl->length in ntfs_restore_rl() 465 && (grl->vcn<=(brl->vcn+brl->length)); grl++) { in ntfs_restore_rl() 466 if (grl->lcn == LCN_HOLE) { in ntfs_restore_rl() 467 free_common(vol, brl, brl->length, grl, in ntfs_restore_rl() 426 free_common(ntfs_volume *vol, runlist_element *brl, s64 blth, runlist_element *grl, s64 glth) free_common() argument [all...] |
/third_party/curl/scripts/ |
H A D | checksrc.pl | 953 my $grl = `git rev-list --max-count=1 --min-parents=1 --timestamp HEAD -- "$file"`; 954 if($grl) { 955 chomp $grl; 956 $commityear = (localtime((split(/ /, $grl))[0]))[5] + 1900;
|
Completed in 3 milliseconds