add a helper to determine if an inode represents metadata

(Logical change 1.189)
edge.strict_endians
flatcap.org!ntfs 2003-10-06 18:52:00 +00:00
parent ebb1404359
commit fcd4a314f3
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ int utils_inode_get_name (ntfs_inode *inode, char *buffer, int bufsize);
int utils_attr_get_name (ntfs_volume *vol, ATTR_RECORD *attr, char *buffer, int bufsize);
int utils_cluster_in_use (ntfs_volume *vol, long long lcn);
int utils_mftrec_in_use (ntfs_volume *vol, MFT_REF mref);
int utils_is_metadata (ntfs_inode *inode);
time_t ntfs2utc (s64 time);
s64 utc2ntfs (time_t time);