dthresh            70 source3/modules/vfs_commit.c         SMB_OFF_T dthresh;	/* Dirty data threshold */
dthresh           131 source3/modules/vfs_commit.c 	if (c->dthresh && (c->dbytes > c->dthresh)) {
dthresh           175 source3/modules/vfs_commit.c         SMB_OFF_T dthresh;
dthresh           186 source3/modules/vfs_commit.c         dthresh = conv_str_size(lp_parm_const_string(SNUM(handle->conn),
dthresh           192 source3/modules/vfs_commit.c         if (dthresh > 0 || !strequal(eof_mode, "none")) {
dthresh           196 source3/modules/vfs_commit.c                         c->dthresh = dthresh;