Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c67 #define SMBD_VSS_SNAPSHOT_MAX 725 macro
125 if (vss_count.vc_count > SMBD_VSS_SNAPSHOT_MAX) in smbd_vss_get_count()
126 vss_count.vc_count = SMBD_VSS_SNAPSHOT_MAX; in smbd_vss_get_count()
160 if (count > SMBD_VSS_SNAPSHOT_MAX) in smbd_vss_get_snapshots()
161 count = SMBD_VSS_SNAPSHOT_MAX; in smbd_vss_get_snapshots()
307 if (vss_data->vc_count < SMBD_VSS_SNAPSHOT_MAX) { in smbd_vss_iterate_count()