Whamcloud - gitweb
EX-8130 lipe: Add directory scan structs
authorVitaliy Kuznetsov <vkuznetsov@ddn.com>
Tue, 5 Mar 2024 14:21:21 +0000 (15:21 +0100)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 9 Mar 2024 07:41:57 +0000 (07:41 +0000)
commitceeb6b07941d55662e84a35ae4ffcd5730de4428
tree19f90241e8d6f0fd9b929465fd56bd359d2def7a
parent7faae7f8ec1bae62fee03aca60440e7f063a3307
EX-8130 lipe: Add directory scan structs

This patch adds new structures to lipe_scan3 for collecting
and storing directory statistics, as well as initialization
and destroy functions. This patch is the first in a series
of patches that add functionality for collecting directory
statistics in lipe_find3.

Test-Parameters: trivial
Signed-off-by: Vitaliy Kuznetsov <vkuznetsov@ddn.com>
Change-Id: Ib14ce13677d93d1a53299501138e78c7b290793c
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53958
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexandre Ioffe <aioffe@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lipe/src/lipe_scan3/ls3_dir_stats.c [new file with mode: 0644]
lipe/src/lipe_scan3/ls3_dir_stats.h [new file with mode: 0644]