Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c1339 ntfs_volume *vol, struct RUNCOUNT *runcount) in ntfs_dump_attribute_header()
1441 runcount->fragments++; in ntfs_dump_attribute_header()
1443 runcount->runs++; in ntfs_dump_attribute_header()
1452 runcount->fragments++; in ntfs_dump_attribute_header()
2350 struct RUNCOUNT runcount; in ntfs_dump_file_attributes() local
2353 runcount.runs = 0; in ntfs_dump_file_attributes()
2354 runcount.fragments = 0; in ntfs_dump_file_attributes()
2368 ntfs_dump_attribute_header(ctx, inode->vol, &runcount); in ntfs_dump_file_attributes()
2433 runcount.runs, runcount in ntfs_dump_file_attributes()
1338 ntfs_dump_attribute_header(ntfs_attr_search_ctx *ctx, ntfs_volume *vol, struct RUNCOUNT *runcount) ntfs_dump_attribute_header() argument
[all...]

Completed in 3 milliseconds