Add routine to get file length.

Fix bug in retrieving dirent for root.
Reduce overhead in udf_get_link_count()
This commit is contained in:
rocky
2005-11-02 03:42:49 +00:00
parent e9851bf3a3
commit 78883887df
5 changed files with 26 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: udf_file.h,v 1.3 2005/11/01 03:21:04 rocky Exp $
$Id: udf_file.h,v 1.4 2005/11/02 03:42:49 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
@@ -53,6 +53,11 @@ extern "C" {
*/
uint16_t udf_get_link_count(const udf_dirent_t *p_udf_dirent);
/*!
Return the Length of the file/directory.
*/
uint64_t udf_get_file_length(const udf_dirent_t *p_udf_dirent);
/*!
Returns a POSIX mode for a given p_udf_dirent.
*/