Home
last modified time | relevance | path

Searched refs:SMBD_VSS_SNAPSHOT_MAX (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c68 #define SMBD_VSS_SNAPSHOT_MAX 725 macro
126 if (vss_count.vc_count > SMBD_VSS_SNAPSHOT_MAX) in smbd_vss_get_count()
127 vss_count.vc_count = SMBD_VSS_SNAPSHOT_MAX; in smbd_vss_get_count()
161 if (count > SMBD_VSS_SNAPSHOT_MAX) in smbd_vss_get_snapshots()
162 count = SMBD_VSS_SNAPSHOT_MAX; in smbd_vss_get_snapshots()
319 if (vss_data->vc_count < SMBD_VSS_SNAPSHOT_MAX) { in smbd_vss_iterate_count()